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