MVN

com.github.openstack4j.core : it-resteasy

Maven & Gradle

Feb 03, 2023
87 stars

OpenStack4j IntegrationTest RestEasy Connector

<dependency>
    <groupId>com.github.openstack4j.core</groupId>
    <artifactId>it-resteasy</artifactId>
    <version>3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.openstack4j.core : it-resteasy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11

All Versions

Choose a version of com.github.openstack4j.core : it-resteasy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.11
it-resteasy-3.11
3.10
it-resteasy-3.10
3.9
it-resteasy-3.9
3.8
it-resteasy-3.8
3.7
it-resteasy-3.7
3.6
it-resteasy-3.6
3.5
it-resteasy-3.5

How to add a dependency to Maven

Add the following com.github.openstack4j.core : it-resteasy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.openstack4j.core</groupId>
    <artifactId>it-resteasy</artifactId>
    <version>3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.openstack4j.core : it-resteasy gradle dependency to your build.gradle file:

implementation 'com.github.openstack4j.core:it-resteasy:3.11'

Gradle Kotlin DSL: Add the following com.github.openstack4j.core : it-resteasy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.openstack4j.core:it-resteasy:3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.openstack4j.core : it-resteasy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.openstack4j.core" % "it-resteasy" % "3.11"