| GroupId | GroupIdio.tesla.okhttp |
|---|---|
| ArtifactId | ArtifactIdokhttp |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| okhttp-0.9.0.pom | |
| okhttp-0.9.0.jar | 173 KB |
| okhttp-0.9.0-sources.jar | 111 KB |
| okhttp-0.9.0-javadoc.jar | 263 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.okhttp/okhttp/ -->
<dependency>
<groupId>io.tesla.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.okhttp/okhttp/
implementation 'io.tesla.okhttp:okhttp:0.9.0'
// https://jarcasting.com/artifacts/io.tesla.okhttp/okhttp/
implementation ("io.tesla.okhttp:okhttp:0.9.0")
'io.tesla.okhttp:okhttp:jar:0.9.0'
<dependency org="io.tesla.okhttp" name="okhttp" rev="0.9.0">
<artifact name="okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.okhttp', module='okhttp', version='0.9.0')
)
libraryDependencies += "io.tesla.okhttp" % "okhttp" % "0.9.0"
[io.tesla.okhttp/okhttp "0.9.0"]