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