Categories |
CategoriesCLI User Interface Async Http Client Net HTTP Clients |
---|---|
GroupId | GroupIdorg.asynchttpclient |
ArtifactId | ArtifactIdasync-http-client |
Version | Version2.0.38 |
Type | Typejar |
Filename | Size |
---|---|
async-http-client-2.0.38.pom | |
async-http-client-2.0.38.jar | 423 KB |
async-http-client-2.0.38-tests.jar | 740 KB |
async-http-client-2.0.38-sources.jar | 306 KB |
async-http-client-2.0.38-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.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client/
implementation 'org.asynchttpclient:async-http-client:2.0.38'
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client/
implementation ("org.asynchttpclient:async-http-client:2.0.38")
'org.asynchttpclient:async-http-client:jar:2.0.38'
<dependency org="org.asynchttpclient" name="async-http-client" rev="2.0.38">
<artifact name="async-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asynchttpclient', module='async-http-client', version='2.0.38')
)
libraryDependencies += "org.asynchttpclient" % "async-http-client" % "2.0.38"
[org.asynchttpclient/async-http-client "2.0.38"]