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