i

it-okhttp

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