is not current version
Last Version 2.3.0.RELEASE

org.cloudfoundry:integration-test 2.0.1.RELEASE


GroupId

GroupId

org.cloudfoundry
ArtifactId

ArtifactId

integration-test
Version

Version

2.0.1.RELEASE
Type

Type

jar

Download integration-test 2.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.cloudfoundry/integration-test/ -->
<dependency>
    <groupId>org.cloudfoundry</groupId>
    <artifactId>integration-test</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry/integration-test/
implementation 'org.cloudfoundry:integration-test:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.cloudfoundry/integration-test/
implementation ("org.cloudfoundry:integration-test:2.0.1.RELEASE")
'org.cloudfoundry:integration-test:jar:2.0.1.RELEASE'
<dependency org="org.cloudfoundry" name="integration-test" rev="2.0.1.RELEASE">
  <artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry', module='integration-test', version='2.0.1.RELEASE')
)
libraryDependencies += "org.cloudfoundry" % "integration-test" % "2.0.1.RELEASE"
[org.cloudfoundry/integration-test "2.0.1.RELEASE"]