🌐
Maven Repository
mvnrepository.com › artifact › org.springframework.cloud › spring-cloud-dependencies
Maven Repository: org.springframework.cloud » spring-cloud-dependencies
January 29, 2026 - Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. ... ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service spring sql starter testing tools ui web webapp
🌐
Spring
spring.io › projects › spring-cloud
Spring Cloud
It is recommended that you use release train BOM spring-cloud-dependencies This is a BOM-only version and it just contains dependency management and no plugin declarations or direct references to Spring or Spring Boot.
🌐
Maven Central
central.sonatype.com › artifact › org.springframework.cloud › spring-cloud-dependencies
org.springframework.cloud:spring-cloud-dependencies - Maven
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2025.1.1</version> </dependency> ... <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies-parent</artifactId> <version>5.0.1</version> <relativePath></relativePath
🌐
Brilworks
brilworks.com › blog › 10-ways-to-handle-spring-cloud-dependencies
10 Ways to Manage Spring Cloud Dependencies (Maven BOM, Release Train & Compatibility)
September 5, 2025 - Learn how to manage Spring Cloud dependencies using Maven BOM, release trains, and compatibility matrices. Avoid version conflicts and ensure seamless integration with Spring Boot.
🌐
Maven Central
repo1.maven.org › maven2 › org › springframework › cloud › spring-cloud-dependencies
Central Repository: org/springframework/cloud/spring-cloud-dependencies
org/springframework/cloud/spring-cloud-dependencies · / 2020.0.0/ 2020-12-22 10:12 - 2020.0.1/ 2021-01-27 22:28 - 2020.0.2/ 2021-03-17 23:17 - 2020.0.3/ 2021-05-28 09:15 - 2020.0.4/ 2021-09-22 00:46 - 2020.0.5/ 2021-12-15 20:41 - 2020.0.6/ 2022-06-30 00:28 - 2021.0.0/ 2021-12-01 23:04 - 2021.0.1/ ...
🌐
Maven Repository
mvnrepository.com › artifact › org.springframework.cloud
Maven Repository: org.springframework.cloud
Spring System Design in Practice: Build scalable web applications using microservices and design patterns in Spring and Spring Boot ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service spring sql starter testing tools ui web webapp
🌐
GitHub
github.com › spring-cloud › spring-cloud-release › blob › main › spring-cloud-dependencies › pom.xml
spring-cloud-release/spring-cloud-dependencies/pom.xml at main · spring-cloud/spring-cloud-release
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies-parent</artifactId> <version>5.0.2-SNAPSHOT</version> <relativePath/> </parent> <artifactId>spring-cloud-dependencies</artifactId> <version>2025.1.2-SNAPSHOT</version> <name>spring-cloud-dependencies</name> <description>Spring Cloud Dependencies</description> <url>https://spring.io/projects/spring-cloud</url> <packaging>pom</packaging> <properties> <
Author   spring-cloud
🌐
VMware
techdocs.broadcom.com › us › en › vmware-tanzu › spring › application-services › 3-2 › appservices › client-dependencies.html
Client dependencies
4 weeks ago - To simplify dependency management for a client app, each Spring Cloud OSS project includes a starter: a maintained set of dependencies used by a client app, packaged in one Maven POM and included in the client app as a single dependency.
🌐
Maven Repository
mvnrepository.com › artifact › io.pivotal.spring.cloud › spring-cloud-services-dependencies
Maven Repository: io.pivotal.spring.cloud » spring-cloud-services-dependencies
November 26, 2025 - Spring Framework Mastery: Build ... with Spring Boot and Microservices ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module ...
Find elsewhere
🌐
Medium
medium.com › @Brilworks › 10-ways-to-effectively-manage-spring-cloud-dependencies-b452bc5ceb71
10 Ways to Effectively Manage Spring Cloud Dependencies | by Brilworks Software | Medium
November 29, 2024 - Pro Tip: Use mvn dependency:analyze to identify unused dependencies. Spring Cloud frequently releases updates, including bug fixes and security patches. Staying updated is essential to maintain a secure and efficient application. Spring Boot CLI: Run spring update to check for updates. Maven or Gradle Dependency Check PluginsThese tools help identify outdated libraries.
🌐
Maven Central
central.sonatype.com › artifact › io.awspring.cloud › spring-cloud-aws-dependencies
spring-cloud-aws-dependencies - Maven Central - Sonatype
... <dependency> <groupId>io.awspring.cloud</groupId> <artifactId>spring-cloud-aws-dependencies</artifactId> <version>4.0.0</version> </dependency> ... <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies-parent</artifactId> <version>5.0.0</version> <relativePath/> </parent> <scm>
🌐
GitHub
github.com › spring-cloud › spring-cloud-release
GitHub - spring-cloud/spring-cloud-release: Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects. · GitHub
Spring Cloud Release Train is a curated set of dependencies across a range of Spring Cloud projects. You consume it by using the spring-cloud-dependencies POM to manage dependencies in Maven or Gradle.
Starred by 938 users
Forked by 185 users
🌐
TutorialsPoint
tutorialspoint.com › spring_cloud › spring_cloud_dependency_management.htm
Spring Cloud - Dependency Management
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2025.0.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> The Gradle user can achieve the same by using the following − · buildscript { dependencies { classpath "io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE" } } apply plugin: "io.spring.dependency-management" dependencyManagement { imports { mavenBom "org.springframework.cloud:spring-cloud-dependencies: '2025.0.0')" } } For this tutorial, we will use the case of a Restaurant − ·
🌐
DEV Community
dev.to › brilworks › 10-ways-to-effectively-manage-spring-cloud-dependencies-4kj
10 Ways to Effectively Manage Spring Cloud Dependencies - DEV Community
November 29, 2024 - Pro Tip: Use mvn dependency:analyze to identify unused dependencies. 5. Monitor for Updates and Patches Spring Cloud frequently releases updates, including bug fixes and security patches. Staying updated is essential to maintain a secure and efficient application. ... Spring Boot CLI: Run spring update to check for updates. Maven or Gradle Dependency Check PluginsThese tools help identify outdated libraries.
🌐
Stack Overflow
stackoverflow.com › questions › 67353462 › maven-spring-boot-and-spring-cloud-pom-dependency-not-found
Maven Spring boot and Spring Cloud pom dependency not found - Stack Overflow
Downloading: https://repo.spring.io/snapshot/org/springframework/cloud/spring-cloud-dependencies/Brixton.RELEASE/spring-cloud-dependencies-Brixton.RELEASE.pom Downloading: https://repo.spring.io/milestone/org/springframework/cloud/spring-cloud-dependencies/Brixton.RELEASE/spring-cloud-dependencies-Brixton.RELEASE.pom
🌐
Maven Repository
mvnrepository.com › artifact › io.awspring.cloud › spring-cloud-aws-dependencies
Maven Repository: io.awspring.cloud » spring-cloud-aws-dependencies
January 27, 2026 - Practical Microservices Architectural Patterns: Build Highly Scalable Distributed Applications with Spring Boot 3 and Spring Cloud ... aar android apache api arm assets build build-system bundle client clojure cloud config cran data database eclipse example extension framework github gradle groovy io ios javascript jvm kotlin library logging maven mobile module npm osgi persistence plugin resources rlang sdk server service spring sql starter testing tools ui web webapp
🌐
VMware
techdocs.broadcom.com › us › en › vmware-tanzu › spring › spring-cloud-services-for-cloud-foundry › 3-2 › scs-tanzu › client-dependencies.html
Client dependencies - TechDocs - Broadcom Inc.
4 weeks ago - To simplify dependency management for a client app, each Spring Cloud OSS project includes a starter: a maintained set of dependencies used by a client app, packaged in one Maven POM and included in the client app as a single dependency.
🌐
Maven Central
repo.maven.apache.org › maven2 › org › springframework › cloud
Central Repository: org/springframework/cloud
March 19, 2025 - 2019-04-19 15:44 - spring-cloud-alibaba-sentinel/ 2018-10-30 20:16 - spring-cloud-alibaba-sentinel-datasource/ 2018-10-30 20:16 - spring-cloud-alibaba-sentinel-zuul/ 2019-04-19 15:43 - spring-cloud-alicloud-acm/ 2018-10-30 20:17 - spring-cloud-alicloud-ans/ 2018-10-30 20:17 - spring-cloud-alicloud-context/ 2018-10-30 20:16 - spring-cloud-alicloud-oss/ 2018-10-30 20:16 - spring-cloud-alicloud-schedulerx/ 2018-12-21 17:34 - spring-cloud-alicloud-sms/ 2019-04-19 15:46 - spring-cloud-app-broker/ 2020-12-01 17:46 - spring-cloud-app-broker-autoconfigure/ 2019-05-06 21:15 - spring-cloud-app-broker-co
🌐
Stack Overflow
stackoverflow.com › questions › 63088734 › configure-maven-dependencies-for-spring-cloud
java - Configure maven dependencies for Spring cloud - Stack Overflow
January 28, 2026 - <parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-parent</artifactId> <version>Hoxton.SR6</version> </parent> <pluginRepositories> <pluginRepository> <id>repository.spring.release</id> <name>Spring GA Repository</name> <url>https://repo.spring.io/plugins-release/</url> </pluginRepository> </pluginRepositories> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>