GroupId | GroupIdorg.cloudfoundry |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version2.0.0.M6 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-2.0.0.M6.pom | |
integration-test-2.0.0.M6.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/integration-test/ -->
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>integration-test</artifactId>
<version>2.0.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry/integration-test/
implementation 'org.cloudfoundry:integration-test:2.0.0.M6'
// https://jarcasting.com/artifacts/org.cloudfoundry/integration-test/
implementation ("org.cloudfoundry:integration-test:2.0.0.M6")
'org.cloudfoundry:integration-test:jar:2.0.0.M6'
<dependency org="org.cloudfoundry" name="integration-test" rev="2.0.0.M6">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry', module='integration-test', version='2.0.0.M6')
)
libraryDependencies += "org.cloudfoundry" % "integration-test" % "2.0.0.M6"
[org.cloudfoundry/integration-test "2.0.0.M6"]