c

crux-okhttp

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