Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.cloudfoundry |
ArtifactId | ArtifactIdcloudfoundry-maven-plugin |
Version | Version2.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-maven-plugin/ -->
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-maven-plugin</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-maven-plugin/
implementation 'org.cloudfoundry:cloudfoundry-maven-plugin:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-maven-plugin/
implementation ("org.cloudfoundry:cloudfoundry-maven-plugin:2.0.2.RELEASE")
'org.cloudfoundry:cloudfoundry-maven-plugin:jar:2.0.2.RELEASE'
<dependency org="org.cloudfoundry" name="cloudfoundry-maven-plugin" rev="2.0.2.RELEASE">
<artifact name="cloudfoundry-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-maven-plugin', version='2.0.2.RELEASE')
)
libraryDependencies += "org.cloudfoundry" % "cloudfoundry-maven-plugin" % "2.0.2.RELEASE"
[org.cloudfoundry/cloudfoundry-maven-plugin "2.0.2.RELEASE"]