is not current version
Last Version 3.1.2

org.springframework.cloud:spring-cloud-cloudfoundry 1.0.0.RELEASE


GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-cloudfoundry
Version

Version

1.0.0.RELEASE
Type

Type

pom

Download spring-cloud-cloudfoundry 1.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-cloudfoundry/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-cloudfoundry</artifactId>
    <version>1.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-cloudfoundry/
implementation 'org.springframework.cloud:spring-cloud-cloudfoundry:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-cloudfoundry/
implementation ("org.springframework.cloud:spring-cloud-cloudfoundry:1.0.0.RELEASE")
'org.springframework.cloud:spring-cloud-cloudfoundry:pom:1.0.0.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-cloudfoundry" rev="1.0.0.RELEASE">
  <artifact name="spring-cloud-cloudfoundry" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-cloudfoundry', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-cloudfoundry" % "1.0.0.RELEASE"
[org.springframework.cloud/spring-cloud-cloudfoundry "1.0.0.RELEASE"]