License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.turbomanage.basic-http-client |
ArtifactId | ArtifactIdhttp-client-android |
Last Version | Last Version0.89 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBasic HTTP Client for Android
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
http-client-android-0.89.pom | |
http-client-android-0.89.jar | 5 KB |
http-client-android-0.89-sources.jar | 4 KB |
http-client-android-0.89-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client-android/ -->
<dependency>
<groupId>com.turbomanage.basic-http-client</groupId>
<artifactId>http-client-android</artifactId>
<version>0.89</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client-android/
implementation 'com.turbomanage.basic-http-client:http-client-android:0.89'
// https://jarcasting.com/artifacts/com.turbomanage.basic-http-client/http-client-android/
implementation ("com.turbomanage.basic-http-client:http-client-android:0.89")
'com.turbomanage.basic-http-client:http-client-android:jar:0.89'
<dependency org="com.turbomanage.basic-http-client" name="http-client-android" rev="0.89">
<artifact name="http-client-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbomanage.basic-http-client', module='http-client-android', version='0.89')
)
libraryDependencies += "com.turbomanage.basic-http-client" % "http-client-android" % "0.89"
[com.turbomanage.basic-http-client/http-client-android "0.89"]
Group / Artifact | Type | Version |
---|---|---|
com.turbomanage.basic-http-client : http-client-java | jar | 0.89 |
com.fasterxml.jackson.core : jackson-core | jar | 2.3.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |
javax.servlet : servlet-api | jar | 2.5 |