Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.okhttp3 |
ArtifactId | ArtifactIdokcurl |
Version | Version3.12.5 |
Type | Typejar |
Filename | Size |
---|---|
okcurl-3.12.5.pom | |
okcurl-3.12.5.jar | 10 KB |
okcurl-3.12.5-sources.jar | 3 KB |
okcurl-3.12.5-javadoc.jar | 23 KB |
okcurl-3.12.5-jar-with-dependencies.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/okcurl/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okcurl</artifactId>
<version>3.12.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okcurl/
implementation 'com.squareup.okhttp3:okcurl:3.12.5'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/okcurl/
implementation ("com.squareup.okhttp3:okcurl:3.12.5")
'com.squareup.okhttp3:okcurl:jar:3.12.5'
<dependency org="com.squareup.okhttp3" name="okcurl" rev="3.12.5">
<artifact name="okcurl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='okcurl', version='3.12.5')
)
libraryDependencies += "com.squareup.okhttp3" % "okcurl" % "3.12.5"
[com.squareup.okhttp3/okcurl "3.12.5"]