| 组织ID: |
com.higgschain.trust |
| 项目ID: |
config-super |
| 版本: |
3.0.0 |
| 最后修改时间: |
2019-12-04 09:11:34 |
| 包类型: |
jar |
| 大小: |
40.96KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.higgschain.trust</groupId>
<artifactId>config-super</artifactId>
<version>3.0.0</version>
</dependency>
|
| Gradle引入代码: |
com.higgschain.trust:config-super:3.0.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?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">
<parent>
<artifactId>config</artifactId>
<groupId>com.higgschain.trust</groupId>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>config-super</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.higgschain.trust</groupId>
<artifactId>config-api</artifactId>
</dependency>
<dependency>
<groupId>com.higgschain.trust</groupId>
<artifactId>consensus-api</artifactId>
</dependency>
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix-utils</artifactId>
</dependency>
<dependency>
<groupId>com.higgschain.trust</groupId>
<artifactId>consensus-p2pvalid</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-remote-shell</artifactId>
</dependency>
<dependency>
<groupId>com.higgschain.trust</groupId>
<artifactId>tester</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng-common</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-xstream</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.shazam</groupId>
<artifactId>shazamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.13.RELEASE</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.higgschain.trust.config.filter.ClusterViewFilter.class
com.higgschain.trust.config.filter.TermFilter.class
com.higgschain.trust.config.master.ChangeMasterProperties.class
com.higgschain.trust.config.master.ChangeMasterReplicate.class
com.higgschain.trust.config.master.ChangeMasterService.class
com.higgschain.trust.config.master.command.ArtificialChangeMasterCommand.class
com.higgschain.trust.config.master.command.ChangeMasterCommand.class
com.higgschain.trust.config.master.command.ChangeMasterVerify$ChangeMasterVerifyBuilder.class
com.higgschain.trust.config.master.command.ChangeMasterVerify.class
com.higgschain.trust.config.master.command.ChangeMasterVerifyCmd.class
com.higgschain.trust.config.master.command.ChangeMasterVerifyResponse.class
com.higgschain.trust.config.master.command.ChangeMasterVerifyResponseCmd.class
com.higgschain.trust.config.master.command.MasterHeartbeatCommand.class
com.higgschain.trust.config.master.MasterCommandReplicate.class
com.higgschain.trust.config.master.MasterHeartbeatService.class
com.higgschain.trust.config.snapshot.ConsensusSnapshot.class
com.higgschain.trust.config.snapshot.SnapshotInfo.class
com.higgschain.trust.config.snapshot.TermInfo$TermInfoBuilder.class
com.higgschain.trust.config.snapshot.TermInfo.class
com.higgschain.trust.config.snapshot.TermManager.class
com.higgschain.trust.config.snapshot.TermProperties.class
commands/term.groovy
META-INF/maven/com.higgschain.trust/config-super/pom.xml
META-INF/maven/com.higgschain.trust/config-super/pom.properties
|
| 依赖Jar: |
guice-3.0.jar
/com.google.inject/guice/3.0
查看guice所有版本文件
spring-test-4.3.13.RELEASE.jar
/org.springframework/spring-test/4.3.13.RELEASE
查看spring-test所有版本文件
|