j

java-cfenv-boot

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