Download spring-cloud-starter-config-1.0.3.release.jar file

Introduction

You can download spring-cloud-starter-config-1.0.3.release.jar in this page.

License

Apache Open Source

Type List

spring-cloud-starter-config-1.0.3.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

Pom

spring-cloud-starter-config-1.0.3.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.0.2.RELEASE</version>
		<relativePath/>
	</parent>
	<artifactId>spring-cloud-starter-config</artifactId>
	<version>1.0.3.RELEASE</version>
	<name>spring-cloud-starter-config</name>
	<description>Spring Cloud Starter</description>
	<url>http://projects.spring.io/spring-cloud</url>
	<organization>
		<name>Pivotal Software, Inc.</name>
		<url>http://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>

POM Entry

<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-starter-config</artifactId>
   <version>1.0.3.release</version>
</dependency>

Download

If you think the following spring-cloud-starter-config-1.0.3.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.0.3.release.jar file




PreviousNext

Related