Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.okhttp3 |
ArtifactId | ArtifactIdokhttp-android-support |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android-support/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-android-support</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android-support/
implementation 'com.squareup.okhttp3:okhttp-android-support:3.0.1'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okhttp-android-support/
implementation ("com.squareup.okhttp3:okhttp-android-support:3.0.1")
'com.squareup.okhttp3:okhttp-android-support:jar:3.0.1'
<dependency org="com.squareup.okhttp3" name="okhttp-android-support" rev="3.0.1">
<artifact name="okhttp-android-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='okhttp-android-support', version='3.0.1')
)
libraryDependencies += "com.squareup.okhttp3" % "okhttp-android-support" % "3.0.1"
[com.squareup.okhttp3/okhttp-android-support "3.0.1"]