c

crux-okhttp

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