Files download
File Operation
dive-http-okhttp-0.0.9.jar download
dive-http-okhttp-0.0.9.pom download
dive-http-okhttp-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>fun.awooo.dive</groupId>
  <artifactId>dive-http-okhttp</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'fun.awooo.dive:dive-http-okhttp:0.0.9'
Gradle Kotlin
implementation("fun.awooo.dive:dive-http-okhttp:0.0.9")
Scala SBT
libraryDependencies += "fun.awooo.dive" % "dive-http-okhttp" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='fun.awooo.dive', module='dive-http-okhttp', version='0.0.9')
)
Apache Ivy
<dependency org="fun.awooo.dive" name="dive-http-okhttp" rev="0.0.9" />
Leiningen
[fun.awooo.dive/dive-http-okhttp "0.0.9"]
Apache Buildr
'fun.awooo.dive:dive-http-okhttp:jar:0.0.9'