j

java-cfenv-boot

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