GroupId | GroupIdcom.github.doobo |
---|---|
ArtifactId | ArtifactIdokhttp-tools |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
okhttp-tools-1.0.pom | |
okhttp-tools-1.0.jar | 73 KB |
okhttp-tools-1.0-sources.jar | 35 KB |
okhttp-tools-1.0-javadoc.jar | 256 KB |
Browse |
<!-- 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"]