MVN

org.springframework.cloud : spring-cloud-cloudfoundry

Maven & Gradle

Feb 23, 2023
1 usages
81 stars

Spring Cloud parent pom, managing plugins and dependencies for Spring Cloud projects

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-cloudfoundry</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.cloud : spring-cloud-cloudfoundry to add to Maven - Latest Versions:

  • Latest Stable: 3.1.3

All Versions

Choose a version of org.springframework.cloud : spring-cloud-cloudfoundry to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
spring-cloud-cloudfoundry-3.1.3
spring-cloud-cloudfoundry-3.1.2
spring-cloud-cloudfoundry-3.1.0
3.0.x
spring-cloud-cloudfoundry-3.0.3
spring-cloud-cloudfoundry-3.0.2
spring-cloud-cloudfoundry-3.0.1
spring-cloud-cloudfoundry-3.0.0
2.2.x
spring-cloud-cloudfoundry-2.2.3.RELEASE
spring-cloud-cloudfoundry-2.2.2.RELEASE
spring-cloud-cloudfoundry-2.2.1.RELEASE
spring-cloud-cloudfoundry-2.2.0.RELEASE
2.1.x
spring-cloud-cloudfoundry-2.1.4.RELEASE
spring-cloud-cloudfoundry-2.1.3.RELEASE
spring-cloud-cloudfoundry-2.1.2.RELEASE
spring-cloud-cloudfoundry-2.1.1.RELEASE
spring-cloud-cloudfoundry-2.1.0.RELEASE
2.0.x
spring-cloud-cloudfoundry-2.0.2.RELEASE
spring-cloud-cloudfoundry-2.0.1.RELEASE
spring-cloud-cloudfoundry-2.0.0.RELEASE
1.1.x
spring-cloud-cloudfoundry-1.1.3.RELEASE
spring-cloud-cloudfoundry-1.1.2.RELEASE
spring-cloud-cloudfoundry-1.1.1.RELEASE
spring-cloud-cloudfoundry-1.1.0.RELEASE
1.0.x
spring-cloud-cloudfoundry-1.0.1.RELEASE
spring-cloud-cloudfoundry-1.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-cloudfoundry</artifactId>
    <version>3.1.3</version>
</dependency>

Advertisement