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