is not current version
Last Version 1.2

com.github.doobo:okhttp-tools 1.0

OKHttp3的简单封装,链式调用

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

okhttp-tools
Version

Version

1.0
Type

Type

jar

Download okhttp-tools 1.0


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