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