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