Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.pivotal.cfenv |
ArtifactId | ArtifactIdjava-cfenv-test-support |
Version | Version2.2.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv-test-support/ -->
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-test-support</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv-test-support/
implementation 'io.pivotal.cfenv:java-cfenv-test-support:2.2.4.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.cfenv/java-cfenv-test-support/
implementation ("io.pivotal.cfenv:java-cfenv-test-support:2.2.4.RELEASE")
'io.pivotal.cfenv:java-cfenv-test-support:jar:2.2.4.RELEASE'
<dependency org="io.pivotal.cfenv" name="java-cfenv-test-support" rev="2.2.4.RELEASE">
<artifact name="java-cfenv-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pivotal.cfenv', module='java-cfenv-test-support', version='2.2.4.RELEASE')
)
libraryDependencies += "io.pivotal.cfenv" % "java-cfenv-test-support" % "2.2.4.RELEASE"
[io.pivotal.cfenv/java-cfenv-test-support "2.2.4.RELEASE"]