GroupId | GroupIdcom.yanzhenjie.nohttp |
---|---|
ArtifactId | ArtifactIdokhttp |
Version | Version1.1.4 |
Type | Typeaar |
Filename | Size |
---|---|
okhttp-1.1.4.pom | |
okhttp-1.1.4.aar | 5 KB |
okhttp-1.1.4-sources.jar | 3 KB |
okhttp-1.1.4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/okhttp/ -->
<dependency>
<groupId>com.yanzhenjie.nohttp</groupId>
<artifactId>okhttp</artifactId>
<version>1.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/okhttp/
implementation 'com.yanzhenjie.nohttp:okhttp:1.1.4'
// https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/okhttp/
implementation ("com.yanzhenjie.nohttp:okhttp:1.1.4")
'com.yanzhenjie.nohttp:okhttp:aar:1.1.4'
<dependency org="com.yanzhenjie.nohttp" name="okhttp" rev="1.1.4">
<artifact name="okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yanzhenjie.nohttp', module='okhttp', version='1.1.4')
)
libraryDependencies += "com.yanzhenjie.nohttp" % "okhttp" % "1.1.4"
[com.yanzhenjie.nohttp/okhttp "1.1.4"]