Categories |
CategoriesCLI User Interface Async Http Client Net HTTP Clients |
---|---|
GroupId | GroupIdorg.asynchttpclient |
ArtifactId | ArtifactIdasync-http-client |
Version | Version2.10.0 |
Type | Typejar |
Filename | Size |
---|---|
async-http-client-2.10.0.pom | |
async-http-client-2.10.0.jar | 431 KB |
async-http-client-2.10.0-tests.jar | 767 KB |
async-http-client-2.10.0-sources.jar | 298 KB |
async-http-client-2.10.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client/ -->
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client/
implementation 'org.asynchttpclient:async-http-client:2.10.0'
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client/
implementation ("org.asynchttpclient:async-http-client:2.10.0")
'org.asynchttpclient:async-http-client:jar:2.10.0'
<dependency org="org.asynchttpclient" name="async-http-client" rev="2.10.0">
<artifact name="async-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asynchttpclient', module='async-http-client', version='2.10.0')
)
libraryDependencies += "org.asynchttpclient" % "async-http-client" % "2.10.0"
[org.asynchttpclient/async-http-client "2.10.0"]