i

it-resteasy

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