Categories |
CategoriesCLI User Interface Async Http Client Net HTTP Clients |
---|---|
GroupId | GroupIdorg.asynchttpclient |
ArtifactId | ArtifactIdasync-http-client-example |
Version | Version2.4.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-example/ -->
<dependency>
<groupId>org.asynchttpclient</groupId>
<artifactId>async-http-client-example</artifactId>
<version>2.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-example/
implementation 'org.asynchttpclient:async-http-client-example:2.4.9'
// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-example/
implementation ("org.asynchttpclient:async-http-client-example:2.4.9")
'org.asynchttpclient:async-http-client-example:jar:2.4.9'
<dependency org="org.asynchttpclient" name="async-http-client-example" rev="2.4.9">
<artifact name="async-http-client-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.asynchttpclient', module='async-http-client-example', version='2.4.9')
)
libraryDependencies += "org.asynchttpclient" % "async-http-client-example" % "2.4.9"
[org.asynchttpclient/async-http-client-example "2.4.9"]