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