Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.pivotal.cfenv |
ArtifactId | ArtifactIdjava-cfenv |
Version | Version1.0.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
java-cfenv-1.0.1.RELEASE.pom | |
java-cfenv-1.0.1.RELEASE.jar | 15 KB |
java-cfenv-1.0.1.RELEASE-sources.jar | 10 KB |
java-cfenv-1.0.1.RELEASE-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv/ -->
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv/
implementation 'io.pivotal.cfenv:java-cfenv:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv/
implementation ("io.pivotal.cfenv:java-cfenv:1.0.1.RELEASE")
'io.pivotal.cfenv:java-cfenv:jar:1.0.1.RELEASE'
<dependency org="io.pivotal.cfenv" name="java-cfenv" rev="1.0.1.RELEASE">
<artifact name="java-cfenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pivotal.cfenv', module='java-cfenv', version='1.0.1.RELEASE')
)
libraryDependencies += "io.pivotal.cfenv" % "java-cfenv" % "1.0.1.RELEASE"
[io.pivotal.cfenv/java-cfenv "1.0.1.RELEASE"]