You can download spring-cloud-starter-config-1.2.2.release.jar in this page.
Apache Open Source
spring-cloud-starter-config-1.2.2.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.springframework.cloud/spring-cloud-starter-config/pom.properties META-INF/maven/org.springframework.cloud/spring-cloud-starter-config/pom.xml META-INF/spring.provides
spring-cloud-starter-config-1.2.2.release.pom file content.
<?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-config</artifactId> <version>1.2.2.RELEASE</version> </parent> <artifactId>spring-cloud-starter-config</artifactId> <version>1.2.2.RELEASE</version> <name>spring-cloud-starter-config</name> <description>Spring Cloud Starter</description> <url>https://projects.spring.io/spring-cloud</url> <organization> <name>Pivotal Software, Inc.</name> <url>https://www.spring.io</url> </organization> <properties> <main.basedir>${basedir}/../..</main.basedir> </properties> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config-client</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <!-- Only needed at compile time --> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-config</artifactId> <version>1.2.2.release</version> </dependency>
If you think the following spring-cloud-starter-config-1.2.2.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-cloud-starter-config-1.2.2.release.jar file