Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.callumtaylor |
ArtifactId | ArtifactIdasynchttpclient |
Version | Version1.5 |
Type | Typeaar |
Filename | Size |
---|---|
asynchttpclient-1.5.pom | |
asynchttpclient-1.5.aar | 48 KB |
asynchttpclient-1.5-sources.jar | 33 KB |
asynchttpclient-1.5-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.callumtaylor/asynchttpclient/ -->
<dependency>
<groupId>net.callumtaylor</groupId>
<artifactId>asynchttpclient</artifactId>
<version>1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.callumtaylor/asynchttpclient/
implementation 'net.callumtaylor:asynchttpclient:1.5'
// https://jarcasting.com/artifacts/net.callumtaylor/asynchttpclient/
implementation ("net.callumtaylor:asynchttpclient:1.5")
'net.callumtaylor:asynchttpclient:aar:1.5'
<dependency org="net.callumtaylor" name="asynchttpclient" rev="1.5">
<artifact name="asynchttpclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.callumtaylor', module='asynchttpclient', version='1.5')
)
libraryDependencies += "net.callumtaylor" % "asynchttpclient" % "1.5"
[net.callumtaylor/asynchttpclient "1.5"]