Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.metamx |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
http-client-1.0.2.pom | |
http-client-1.0.2.jar | 51 KB |
http-client-1.0.2-sources.jar | 30 KB |
http-client-1.0.2-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metamx/http-client/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>http-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/http-client/
implementation 'com.metamx:http-client:1.0.2'
// https://jarcasting.com/artifacts/com.metamx/http-client/
implementation ("com.metamx:http-client:1.0.2")
'com.metamx:http-client:jar:1.0.2'
<dependency org="com.metamx" name="http-client" rev="1.0.2">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='http-client', version='1.0.2')
)
libraryDependencies += "com.metamx" % "http-client" % "1.0.2"
[com.metamx/http-client "1.0.2"]