组织ID: |
io.seata |
项目ID: |
seata-discovery-consul |
版本: |
0.9.0.1 |
最后修改时间: |
2019-11-19 15:00:45 |
包类型: |
jar |
标题: |
seata-discovery-consul ${project.version} |
大小: |
10.22KB |
|
Maven引入代码: |
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-discovery-consul</artifactId>
<version>0.9.0.1</version>
</dependency>
|
Gradle引入代码: |
io.seata:seata-discovery-consul:0.9.0.1
|
下载Jar包: |
|
POM文件内容: |
<?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>io.seata</groupId>
<artifactId>seata-discovery</artifactId>
<version>0.9.0.1</version>
</parent>
<groupId>io.seata</groupId>
<artifactId>seata-discovery-consul</artifactId>
<version>0.9.0.1</version>
<name>seata-discovery-consul ${project.version}</name>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-discovery-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.ecwid.consul</groupId>
<artifactId>consul-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/io.seata.discovery.registry.RegistryProvider
io.seata.discovery.registry.consul.ConsulRegistryServiceImpl$ConsulNotifier.class
io.seata.discovery.registry.consul.ConsulRegistryServiceImpl.class
io.seata.discovery.registry.consul.ConsulRegistryProvider.class
io.seata.discovery.registry.consul.ConsulListener.class
META-INF/maven/io.seata/seata-discovery-consul/pom.xml
META-INF/maven/io.seata/seata-discovery-consul/pom.properties
|
依赖Jar: |
seata-discovery-core-${project.parent.version}.jar
/io.seata/seata-discovery-core/${project.parent.version}
查看seata-discovery-core所有版本文件
|