GroupId | GroupIdcom.github.javadev |
---|---|
ArtifactId | ArtifactIdokhttp |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOkHttp
|
Filename | Size |
---|---|
okhttp-2.3.0.pom | |
okhttp-2.3.0.jar | 309 KB |
okhttp-2.3.0-sources.jar | 203 KB |
okhttp-2.3.0-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javadev/okhttp/ -->
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>okhttp</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javadev/okhttp/
implementation 'com.github.javadev:okhttp:2.3.0'
// https://jarcasting.com/artifacts/com.github.javadev/okhttp/
implementation ("com.github.javadev:okhttp:2.3.0")
'com.github.javadev:okhttp:jar:2.3.0'
<dependency org="com.github.javadev" name="okhttp" rev="2.3.0">
<artifact name="okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javadev', module='okhttp', version='2.3.0')
)
libraryDependencies += "com.github.javadev" % "okhttp" % "2.3.0"
[com.github.javadev/okhttp "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.javadev : okio | jar | 1.2.0 |