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