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