MVN

org.cloudfoundry : integration-test

Maven & Gradle

Jan 28, 2017
216 stars

Integration Test

<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>integration-test</artifactId>
    <version>2.3.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cloudfoundry : integration-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0.RELEASE
  • Latest Release Candidate: 2.0.0.RC2

All Versions

Choose a version of org.cloudfoundry : integration-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
integration-test-2.3.0.RELEASE
2.2.x
integration-test-2.2.0.RELEASE
2.1.x
integration-test-2.1.0.RELEASE
2.0.x
integration-test-2.0.4.RELEASE
integration-test-2.0.3.RELEASE
integration-test-2.0.2.RELEASE
integration-test-2.0.1.RELEASE
integration-test-2.0.0.RELEASE
integration-test-2.0.0.RC2
integration-test-2.0.0.RC1
integration-test-2.0.0.M10
integration-test-2.0.0.M9
integration-test-2.0.0.M8
integration-test-2.0.0.M7
integration-test-2.0.0.M6
integration-test-2.0.0.M5
integration-test-2.0.0.M4
integration-test-2.0.0.M2
integration-test-2.0.0.M1

How to add a dependency to Maven

Add the following org.cloudfoundry : integration-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>integration-test</artifactId>
    <version>2.3.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cloudfoundry : integration-test gradle dependency to your build.gradle file:

implementation 'org.cloudfoundry:integration-test:2.3.0.RELEASE'

Gradle Kotlin DSL: Add the following org.cloudfoundry : integration-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cloudfoundry:integration-test:2.3.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cloudfoundry : integration-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cloudfoundry" % "integration-test" % "2.3.0.RELEASE"