Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.okhttp |
ArtifactId | ArtifactIdokhttp |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
okhttp-1.5.2.pom | |
okhttp-1.5.2.jar | 303 KB |
okhttp-1.5.2-sources.jar | 192 KB |
okhttp-1.5.2-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp/ -->
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp/
implementation 'com.squareup.okhttp:okhttp:1.5.2'
// https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp/
implementation ("com.squareup.okhttp:okhttp:1.5.2")
'com.squareup.okhttp:okhttp:jar:1.5.2'
<dependency org="com.squareup.okhttp" name="okhttp" rev="1.5.2">
<artifact name="okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp', module='okhttp', version='1.5.2')
)
libraryDependencies += "com.squareup.okhttp" % "okhttp" % "1.5.2"
[com.squareup.okhttp/okhttp "1.5.2"]