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