is not current version
Last Version 2.3.0

io.pivotal.cfenv:java-cfenv-parent 2.1.0.RELEASE

Java Library for Accessing Cloud Foundry Environment Variables

Categories

Categories

Java Languages
GroupId

GroupId

io.pivotal.cfenv
ArtifactId

ArtifactId

java-cfenv-parent
Version

Version

2.1.0.RELEASE
Type

Type

pom

Download java-cfenv-parent 2.1.0.RELEASE


<!-- https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv-parent/ -->
<dependency>
    <groupId>io.pivotal.cfenv</groupId>
    <artifactId>java-cfenv-parent</artifactId>
    <version>2.1.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv-parent/
implementation 'io.pivotal.cfenv:java-cfenv-parent:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv-parent/
implementation ("io.pivotal.cfenv:java-cfenv-parent:2.1.0.RELEASE")
'io.pivotal.cfenv:java-cfenv-parent:pom:2.1.0.RELEASE'
<dependency org="io.pivotal.cfenv" name="java-cfenv-parent" rev="2.1.0.RELEASE">
  <artifact name="java-cfenv-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pivotal.cfenv', module='java-cfenv-parent', version='2.1.0.RELEASE')
)
libraryDependencies += "io.pivotal.cfenv" % "java-cfenv-parent" % "2.1.0.RELEASE"
[io.pivotal.cfenv/java-cfenv-parent "2.1.0.RELEASE"]