| Categories |
CategoriesCLI User Interface druid Data Databases |
|---|---|
| GroupId | GroupIdcom.n3twork.druid |
| ArtifactId | ArtifactIdhttp-client |
| Last Version | Last Version0.9.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhttp-client
An HTTP client using Netty
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| http-client-0.9.4.pom | |
| http-client-0.9.4.jar | 47 KB |
| http-client-0.9.4-tests.jar | 15 KB |
| http-client-0.9.4-sources.jar | 25 KB |
| http-client-0.9.4-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.n3twork.druid/http-client/ -->
<dependency>
<groupId>com.n3twork.druid</groupId>
<artifactId>http-client</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.n3twork.druid/http-client/
implementation 'com.n3twork.druid:http-client:0.9.4'
// https://jarcasting.com/artifacts/com.n3twork.druid/http-client/
implementation ("com.n3twork.druid:http-client:0.9.4")
'com.n3twork.druid:http-client:jar:0.9.4'
<dependency org="com.n3twork.druid" name="http-client" rev="0.9.4">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.n3twork.druid', module='http-client', version='0.9.4')
)
libraryDependencies += "com.n3twork.druid" % "http-client" % "0.9.4"
[com.n3twork.druid/http-client "0.9.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.n3twork.druid : java-util | jar | 0.25.1 |
| io.netty : netty | jar | 3.9.0.Final |
| com.google.guava : guava | jar | 14.0.1 |
| log4j : log4j | jar | 1.2.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.easymock : easymock | jar | 3.0 |