| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdnet.callumtaylor.asynchttp |
| ArtifactId | ArtifactIdasynchttpclient |
| Last Version | Last Version1.5 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAsyncHttpClient
An android AsyncHttpClient based on RESTful methods
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| 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.asynchttp/asynchttpclient/ -->
<dependency>
<groupId>net.callumtaylor.asynchttp</groupId>
<artifactId>asynchttpclient</artifactId>
<version>1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.callumtaylor.asynchttp/asynchttpclient/
implementation 'net.callumtaylor.asynchttp:asynchttpclient:1.5'
// https://jarcasting.com/artifacts/net.callumtaylor.asynchttp/asynchttpclient/
implementation ("net.callumtaylor.asynchttp:asynchttpclient:1.5")
'net.callumtaylor.asynchttp:asynchttpclient:aar:1.5'
<dependency org="net.callumtaylor.asynchttp" name="asynchttpclient" rev="1.5">
<artifact name="asynchttpclient" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.callumtaylor.asynchttp', module='asynchttpclient', version='1.5')
)
libraryDependencies += "net.callumtaylor.asynchttp" % "asynchttpclient" % "1.5"
[net.callumtaylor.asynchttp/asynchttpclient "1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.+ |
| org.apache.httpcomponents : httpmime | jar | 4.2.5 |