Categories |
CategoriesCLI User Interface Async Http Client Net HTTP Clients |
---|---|
GroupId | GroupIdcom.ning |
ArtifactId | ArtifactIdasync-http-client |
Version | Version1.7.4 |
Type | Typejar |
Filename | Size |
---|---|
async-http-client-1.7.4.pom | |
async-http-client-1.7.4.jar | 464 KB |
async-http-client-1.7.4-tests.jar | 700 KB |
async-http-client-1.7.4-sources.jar | 272 KB |
async-http-client-1.7.4-shaded.jar | 2 MB |
async-http-client-1.7.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ning/async-http-client/ -->
<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ning/async-http-client/
implementation 'com.ning:async-http-client:1.7.4'
// https://jarcasting.com/artifacts/com.ning/async-http-client/
implementation ("com.ning:async-http-client:1.7.4")
'com.ning:async-http-client:jar:1.7.4'
<dependency org="com.ning" name="async-http-client" rev="1.7.4">
<artifact name="async-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ning', module='async-http-client', version='1.7.4')
)
libraryDependencies += "com.ning" % "async-http-client" % "1.7.4"
[com.ning/async-http-client "1.7.4"]