| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Async Http Client Net HTTP Clients |
| GroupId | GroupIdcom.github.faubertin |
| ArtifactId | ArtifactIdasync-http-client |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAsynchronous HTTP client
Async HTTP client based on Netty, using Java 8 lambdas for callbacks.
|
| Filename | Size |
|---|---|
| async-http-client-0.0.1.pom | |
| async-http-client-0.0.1.jar | 20 KB |
| async-http-client-0.0.1-sources.jar | 7 KB |
| async-http-client-0.0.1-javadoc.jar | 74 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.faubertin/async-http-client/ -->
<dependency>
<groupId>com.github.faubertin</groupId>
<artifactId>async-http-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.faubertin/async-http-client/
implementation 'com.github.faubertin:async-http-client:0.0.1'
// https://jarcasting.com/artifacts/com.github.faubertin/async-http-client/
implementation ("com.github.faubertin:async-http-client:0.0.1")
'com.github.faubertin:async-http-client:jar:0.0.1'
<dependency org="com.github.faubertin" name="async-http-client" rev="0.0.1">
<artifact name="async-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.faubertin', module='async-http-client', version='0.0.1')
)
libraryDependencies += "com.github.faubertin" % "async-http-client" % "0.0.1"
[com.github.faubertin/async-http-client "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-codec-http | jar | 4.0.24.Final |
| com.jcraft : jzlib | jar | 1.1.2 |
| com.google.guava : guava | jar | 18.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.mockito : mockito-all | jar | 1.10.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.14.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |