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