i

it-okhttp

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