Maven Repository - POM file for Spring spring-cloud-core 1.1.0.RELEASE 1.1.0.RELEASE

Summary

Spring-Cloud Core.

Declaration

Here is the list of declaration for spring-cloud-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-core</artifactId>
   <version>1.1.0.RELEASE</version>
</dependency>

If you think this Maven repository POM file listing for spring-cloud-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

POM File Source

Here is the content of the POM file.

<?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>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-core</artifactId>
  <version>1.1.0.RELEASE</version>
  <name>Spring-Cloud Core</name>
  <description>Spring-Cloud Core</description>
  <url>http://projects.spring.io/spring-cloud</url>
  <organization>
    <name>Spring IO</name>
    <url>https://spring.io</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/spring-projects/spring-cloud/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:https://github.com/spring-projects/spring-cloud.git</connection>
    <developerConnection>scm:git:https://github.com/spring-projects/spring-cloud.git</developerConnection>
    <url>https://github.com/spring-projects/spring-cloud</url>
  </scm>
</project>