Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.cloudfoundry |
ArtifactId | ArtifactIdcloudfoundry-client |
Version | Version2.0.0.M6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-client/ -->
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-client</artifactId>
<version>2.0.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-client/
implementation 'org.cloudfoundry:cloudfoundry-client:2.0.0.M6'
// https://jarcasting.com/artifacts/org.cloudfoundry/cloudfoundry-client/
implementation ("org.cloudfoundry:cloudfoundry-client:2.0.0.M6")
'org.cloudfoundry:cloudfoundry-client:jar:2.0.0.M6'
<dependency org="org.cloudfoundry" name="cloudfoundry-client" rev="2.0.0.M6">
<artifact name="cloudfoundry-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudfoundry', module='cloudfoundry-client', version='2.0.0.M6')
)
libraryDependencies += "org.cloudfoundry" % "cloudfoundry-client" % "2.0.0.M6"
[org.cloudfoundry/cloudfoundry-client "2.0.0.M6"]