文件下载
文件名 操作
dive-http-okhttp-0.0.8.jar 下载
dive-http-okhttp-0.0.8.pom 下载
dive-http-okhttp-0.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fun.awooo.dive</groupId>
  <artifactId>dive-http-okhttp</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'fun.awooo.dive:dive-http-okhttp:0.0.8'
Gradle Kotlin
implementation("fun.awooo.dive:dive-http-okhttp:0.0.8")
Scala SBT
libraryDependencies += "fun.awooo.dive" % "dive-http-okhttp" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='fun.awooo.dive', module='dive-http-okhttp', version='0.0.8')
)
Apache Ivy
<dependency org="fun.awooo.dive" name="dive-http-okhttp" rev="0.0.8" />
Leiningen
[fun.awooo.dive/dive-http-okhttp "0.0.8"]
Apache Buildr
'fun.awooo.dive:dive-http-okhttp:jar:0.0.8'