j

java-cfenv-test-support

Java CF Env Test Support Library
Files download
File Operation
java-cfenv-test-support-2.1.2.RELEASE.jar download
java-cfenv-test-support-2.1.2.RELEASE.pom download
java-cfenv-test-support-2.1.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.pivotal.cfenv</groupId>
  <artifactId>java-cfenv-test-support</artifactId>
  <version>2.1.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.pivotal.cfenv:java-cfenv-test-support:2.1.2.RELEASE'
Gradle Kotlin
implementation("io.pivotal.cfenv:java-cfenv-test-support:2.1.2.RELEASE")
Scala SBT
libraryDependencies += "io.pivotal.cfenv" % "java-cfenv-test-support" % "2.1.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.pivotal.cfenv', module='java-cfenv-test-support', version='2.1.2.RELEASE')
)
Apache Ivy
<dependency org="io.pivotal.cfenv" name="java-cfenv-test-support" rev="2.1.2.RELEASE" />
Leiningen
[io.pivotal.cfenv/java-cfenv-test-support "2.1.2.RELEASE"]
Apache Buildr
'io.pivotal.cfenv:java-cfenv-test-support:jar:2.1.2.RELEASE'