is not current version
Last Version 1.1.11

com.yanzhenjie.nohttp:okhttp 1.1.1

Synchronous and asynchronous network request framework for Android

GroupId

GroupId

com.yanzhenjie.nohttp
ArtifactId

ArtifactId

okhttp
Version

Version

1.1.1
Type

Type

aar

Download okhttp 1.1.1


<!-- https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/okhttp/ -->
<dependency>
    <groupId>com.yanzhenjie.nohttp</groupId>
    <artifactId>okhttp</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/okhttp/
implementation 'com.yanzhenjie.nohttp:okhttp:1.1.1'
// https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/okhttp/
implementation ("com.yanzhenjie.nohttp:okhttp:1.1.1")
'com.yanzhenjie.nohttp:okhttp:aar:1.1.1'
<dependency org="com.yanzhenjie.nohttp" name="okhttp" rev="1.1.1">
  <artifact name="okhttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yanzhenjie.nohttp', module='okhttp', version='1.1.1')
)
libraryDependencies += "com.yanzhenjie.nohttp" % "okhttp" % "1.1.1"
[com.yanzhenjie.nohttp/okhttp "1.1.1"]