Deprecated
Development is moved to https://github.com/metamx/java-util
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.metamx |
ArtifactId | ArtifactIdhttp-client |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.metamx:http-client
An HTTP client using Netty
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
http-client-1.2.0.pom | |
http-client-1.2.0.jar | 51 KB |
http-client-1.2.0-tests.jar | 33 KB |
http-client-1.2.0-sources.jar | 31 KB |
http-client-1.2.0-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metamx/http-client/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>http-client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/http-client/
implementation 'com.metamx:http-client:1.2.0'
// https://jarcasting.com/artifacts/com.metamx/http-client/
implementation ("com.metamx:http-client:1.2.0")
'com.metamx:http-client:jar:1.2.0'
<dependency org="com.metamx" name="http-client" rev="1.2.0">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='http-client', version='1.2.0')
)
libraryDependencies += "com.metamx" % "http-client" % "1.2.0"
[com.metamx/http-client "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.metamx : java-util | jar | 0.29.1 |
io.netty : netty | jar | 3.10.6.Final |
com.google.guava : guava | jar | 16.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.4 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
org.eclipse.jetty : jetty-server | jar | 9.2.21.v20170120 |
org.eclipse.jetty : jetty-servlet | jar | 9.2.21.v20170120 |
Development is moved to https://github.com/metamx/java-util