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