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