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