| Categories | CategoriesCLI User Interface Async Http Client Net HTTP Clients | 
|---|---|
| GroupId | GroupIdorg.asynchttpclient | 
| ArtifactId | ArtifactIdasync-http-client-project | 
| Version | Version2.1.0-alpha13 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| async-http-client-project-2.1.0-alpha13.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-project/ -->
<dependency>
    <groupId>org.asynchttpclient</groupId>
    <artifactId>async-http-client-project</artifactId>
    <version>2.1.0-alpha13</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-project/
implementation 'org.asynchttpclient:async-http-client-project:2.1.0-alpha13'// https://jarcasting.com/artifacts/org.asynchttpclient/async-http-client-project/
implementation ("org.asynchttpclient:async-http-client-project:2.1.0-alpha13")'org.asynchttpclient:async-http-client-project:pom:2.1.0-alpha13'<dependency org="org.asynchttpclient" name="async-http-client-project" rev="2.1.0-alpha13">
  <artifact name="async-http-client-project" type="pom" />
</dependency>@Grapes(
@Grab(group='org.asynchttpclient', module='async-http-client-project', version='2.1.0-alpha13')
)libraryDependencies += "org.asynchttpclient" % "async-http-client-project" % "2.1.0-alpha13"[org.asynchttpclient/async-http-client-project "2.1.0-alpha13"]