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