i

it-resteasy

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