c

crux-okhttp

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