Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cisco.oss.foundation |
ArtifactId | ArtifactIdhttp-client-apache |
Version | Version1.2.1-0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-apache-1.2.1-0.pom | |
http-client-apache-1.2.1-0.jar | 24 KB |
http-client-apache-1.2.1-0-sources.jar | 10 KB |
http-client-apache-1.2.1-0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cisco.oss.foundation/http-client-apache/ -->
<dependency>
<groupId>com.cisco.oss.foundation</groupId>
<artifactId>http-client-apache</artifactId>
<version>1.2.1-0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cisco.oss.foundation/http-client-apache/
implementation 'com.cisco.oss.foundation:http-client-apache:1.2.1-0'
// https://jarcasting.com/artifacts/com.cisco.oss.foundation/http-client-apache/
implementation ("com.cisco.oss.foundation:http-client-apache:1.2.1-0")
'com.cisco.oss.foundation:http-client-apache:jar:1.2.1-0'
<dependency org="com.cisco.oss.foundation" name="http-client-apache" rev="1.2.1-0">
<artifact name="http-client-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cisco.oss.foundation', module='http-client-apache', version='1.2.1-0')
)
libraryDependencies += "com.cisco.oss.foundation" % "http-client-apache" % "1.2.1-0"
[com.cisco.oss.foundation/http-client-apache "1.2.1-0"]