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