License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.squareup.okhttp3 |
ArtifactId | ArtifactIdokhttp-android |
Last Version | Last Version5.0.0-alpha.10 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionokhttp-android
Square’s meticulous HTTP client for Java and Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp-android-5.0.0-alpha.10.pom | |
okhttp-android-5.0.0-alpha.10-sources.jar | 261 bytes |
okhttp-android-5.0.0-alpha.10-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-android</artifactId>
<version>5.0.0-alpha.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android/
implementation 'com.squareup.okhttp3:okhttp-android:5.0.0-alpha.10'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android/
implementation ("com.squareup.okhttp3:okhttp-android:5.0.0-alpha.10")
'com.squareup.okhttp3:okhttp-android:aar:5.0.0-alpha.10'
<dependency org="com.squareup.okhttp3" name="okhttp-android" rev="5.0.0-alpha.10">
<artifact name="okhttp-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='okhttp-android', version='5.0.0-alpha.10')
)
libraryDependencies += "com.squareup.okhttp3" % "okhttp-android" % "5.0.0-alpha.10"
[com.squareup.okhttp3/okhttp-android "5.0.0-alpha.10"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okio : okio | jar | 3.2.0 |
com.squareup.okhttp3 : okhttp | jar | 5.0.0-alpha.10 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |