Spring
spring.io › projects › spring-cloud
Spring Cloud
<properties> <spring-cloud.version>2025.1.0</spring-cloud.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>${spring-cloud.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> plugins { id 'java' id 'org.springframework.boot' version '4.0.0' id 'io.spring.dependency-management' version '1.1.7' } repositories { mavenCentral() } ext { set('springCloudVersion', "2025.1.0") } dependencyManagement { imports { mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}" } }
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 ...
Maven Repository
mvnrepository.com › artifact › org.springframework.cloud
Maven Repository: org.springframework.cloud
This project is a Spring configuration client. ... 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 ...
Maven Central
central.sonatype.com › artifact › org.springframework.cloud › spring-cloud-dependencies
Maven Central: org.springframework.cloud:spring-cloud-dependencies
<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
Spring
docs.spring.io › spring-cloud-contract › reference › maven-project.html
Maven Project :: Spring Cloud Contract
The Spring Cloud Contract Maven Plugin generates verification code in a directory called /generated-test-sources/contractVerifier and attaches this directory to testCompile goal.
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
0 maven dependency spring-cloud-starter 2.1.0.RELEASE test failures · Multiple regression when some predictors are identical across groups · Infinitesimal neighbourhoods for derived schemes · A Pair of Stanzas · PlatformCache: immutable parameter is useless ·
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/ ...
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 - Add Spring Cloud modules like Config Server, Eureka Server, or Gateway. Generate the project. The generated pom.xml comes pre-configured with a BOM and dependencies aligned to your chosen Spring Boot version. For a new Maven project setup, include spring-cloud-dependencies in your pom.xml under <dependencyManagement>.
Maven Central
repo.maven.apache.org › maven2 › org › springframework › cloud
Central Repository: org/springframework/cloud
:35 - spring-cloud-dataflow-tasklauncher-function/ 2022-12-12 11:35 - spring-cloud-dataflow-tasklauncher-sink/ 2022-12-12 11:35 - spring-cloud-dataflow-tasklauncher-sink-depe.../ 2022-12-12 11:35 - spring-cloud-dataflow-tasklauncher-sink-kafka/ 2022-12-12 11:35 - spring-cloud-dataflow-tasklauncher-sink-rabb.../ 2022-12-12 11:35 - spring-cloud-dataflow-test/ 2022-12-12 11:35 - spring-cloud-dataflow-ui/ 2016-07-11 20:03 - spring-cloud-dependencies/ 2020-12-22 10:12 - spring-cloud-dependencies-parent/ 2016-01-27 10:25 - spring-cloud-deployer-autoconfigure/ 2019-01-21 18:06 - spring-cloud-deployer
Spring Cloud
cloud.spring.io › spring-cloud-config › multi › multi__quick_start.html
1. Quick Start - Spring Cloud Project
The following example shows a typical Maven configuration: ... <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>{spring-boot-docs-version}</version> <relativePath /> <!-- lookup parent from repository --> </parent> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>{spring-cloud-version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>o
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
Stack Overflow
stackoverflow.com › questions › 63088734 › configure-maven-dependencies-for-spring-cloud
java - Configure maven dependencies for Spring cloud - Stack Overflow
<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>
GitHub
github.com › spring-cloud › spring-cloud-commons
GitHub - spring-cloud/spring-cloud-commons: Common classes used in different Spring Cloud implementations · GitHub
Other IDEs and tools should also work without issue as long as they use Maven 3.3.3 or better. Spring Cloud projects require the 'spring' Maven profile to be activated to resolve the spring milestone and snapshot repositories.
Starred by 747 users
Forked by 734 users
Languages Java
Maven Central
central.sonatype.com › artifact › org.springframework.cloud › spring-cloud-dependencies › versions
spring-cloud-dependencies - Maven Central - Sonatype
pkg:maven/org.springframework.cloud/spring-cloud-dependencies@Loading...
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 939 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 − ·
Maven Central
central.sonatype.com › artifact › org.springframework.cloud › spring-cloud-starter › 3.0.3
Maven Central: org.springframework.cloud:spring-cloud-starter:3.0.3
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter</artifactId> <version>3.0.3</version> </dependency> ... <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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-commons-parent</artifactId> <version>3.0.3</version> </parent> <groupId>org.springframework.clo
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 - Managing dependencies is one of the most critical aspects of maintaining a stable Spring Cloud application. Here are some best practices to ensure your dependencies are handled effectively: Make use of dependencyManagement in Maven in order to harness the fact that your project is up-to-date ...
Maven Repository
mvnrepository.com › artifact › io.awspring.cloud › spring-cloud-aws-dependencies
Maven Repository: io.awspring.cloud » spring-cloud-aws-dependencies
January 27, 2026 - 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 ...
Maven Central
central.sonatype.com › artifact › io.awspring.cloud › spring-cloud-aws-dependencies
Maven Central: io.awspring.cloud:spring-cloud-aws-dependencies
... <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>