Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.vhall.android.base |
ArtifactId | ArtifactIdhttp-client |
Version | Version1.0.2 |
Type | Typeaar |
Description |
Description |
Filename | Size |
---|---|
http-client-1.0.2.pom | |
http-client-1.0.2.aar | 51 KB |
http-client-1.0.2-sources.jar | 26 KB |
http-client-1.0.2-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vhall.android.base/http-client/ -->
<dependency>
<groupId>com.github.vhall.android.base</groupId>
<artifactId>http-client</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vhall.android.base/http-client/
implementation 'com.github.vhall.android.base:http-client:1.0.2'
// https://jarcasting.com/artifacts/com.github.vhall.android.base/http-client/
implementation ("com.github.vhall.android.base:http-client:1.0.2")
'com.github.vhall.android.base:http-client:aar:1.0.2'
<dependency org="com.github.vhall.android.base" name="http-client" rev="1.0.2">
<artifact name="http-client" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.vhall.android.base', module='http-client', version='1.0.2')
)
libraryDependencies += "com.github.vhall.android.base" % "http-client" % "1.0.2"
[com.github.vhall.android.base/http-client "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp | jar | 3.12.3 |