Download spring-cloud-localconfig-connector-1.1.0.release.jar file

Introduction

You can download spring-cloud-localconfig-connector-1.1.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-cloud-localconfig-connector-1.1.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/org.springframework.cloud.CloudConnector
META-INF/services/org.springframework.cloud.localconfig.LocalConfigServiceInfoCreator
org.springframework.cloud.localconfig.AmqpServiceInfoCreator.class
org.springframework.cloud.localconfig.LocalConfigConnector.class
org.springframework.cloud.localconfig.LocalConfigServiceInfoCreator.class
org.springframework.cloud.localconfig.LocalConfigUtil.class
org.springframework.cloud.localconfig.MongoServiceInfoCreator.class
org.springframework.cloud.localconfig.MysqlServiceInfoCreator.class
org.springframework.cloud.localconfig.PostgresqlServiceInfoCreator.class
org.springframework.cloud.localconfig.PropertiesFileResolver.class
org.springframework.cloud.localconfig.RedisServiceInfoCreator.class

Pom

spring-cloud-localconfig-connector-1.1.0.release.pom file content.

<?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-localconfig-connector</artifactId>
  <version>1.1.0.RELEASE</version>
  <name>Spring Cloud local-configuration connector</name>
  <description>Spring Cloud local-configuration connector</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>
  <developers>
    <developer>
      <id>ramnivas</id>
      <name>Ramnivas Laddad</name>
      <email>rladdad@gopivotal.com</email>
    </developer>
  </developers>
  <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>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-core</artifactId>
      <version>1.1.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.cloud</groupId>
   <artifactId>spring-cloud-localconfig-connector</artifactId>
   <version>1.1.0.release</version>
</dependency>

Download

If you think the following spring-cloud-localconfig-connector-1.1.0.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-localconfig-connector-1.1.0.release.jar file




PreviousNext

Related