| 组织ID: |
com.github.phantomthief |
| 项目ID: |
zkconfig-resources |
| 版本: |
1.0.2 |
| 最后修改时间: |
2019-10-29 14:44:40 |
| 包类型: |
jar |
| 标题: |
zkconfig-resources |
| 描述: |
A ZooKeeper based configuration resources holder |
| 相关URL: |
https://github.com/PhantomThief/zkconfig-resources |
| 大小: |
38.59KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.phantomthief</groupId>
<artifactId>zkconfig-resources</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle引入代码: |
com.github.phantomthief:zkconfig-resources:1.0.2
|
| 下载Jar包: |
|
| POM文件内容: |
<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>
<groupId>com.github.phantomthief</groupId>
<artifactId>zkconfig-resources</artifactId>
<version>1.0.2</version>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<name>zkconfig-resources</name>
<description>A ZooKeeper based configuration resources holder</description>
<url>https://github.com/PhantomThief/zkconfig-resources</url>
<developers>
<developer>
<name>w.vela</name>
</developer>
</developers>
<licenses>
<license>
<name>The Artistic License 2.0</name>
<url>http://www.perlfoundation.org/artistic_license_2_0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/PhantomThief/zkconfig-resources.git</connection>
<url>https://github.com/PhantomThief/zkconfig-resources.git</url>
<developerConnection>scm:git:https://github.com/PhantomThief/zkconfig-resources.git</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.10</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<fork>true</fork>
<verbose>true</verbose>
<encoding>UTF-8</encoding>
<optimize>true</optimize>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.5</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.phantomthief.util.CuratorUtils.class
com.github.phantomthief.util.ObjectMapperUtils.class
com.github.phantomthief.util.WeakHolder.class
com.github.phantomthief.zookeeper.AbstractLazyZkBasedByteNodeResource.class
com.github.phantomthief.zookeeper.AbstractLazyZkBasedNodeResource.class
com.github.phantomthief.zookeeper.AbstractLazyZkBasedTreeResource.class
com.github.phantomthief.zookeeper.AbstractZkBasedByteNodeResource.class
com.github.phantomthief.zookeeper.AbstractZkBasedNodeResource.class
com.github.phantomthief.zookeeper.AbstractZkBasedTreeResource.class
com.github.phantomthief.zookeeper.datasource.ZkBasedBasicDataSource.class
com.github.phantomthief.zookeeper.datasource.ZkBasedShardedBasicDataSource.class
com.github.phantomthief.zookeeper.jedis.ZkBasedJedis$JedisCache.class
com.github.phantomthief.zookeeper.jedis.ZkBasedJedis$PoolableJedisCommands.class
com.github.phantomthief.zookeeper.jedis.ZkBasedJedis.class
META-INF/maven/com.github.phantomthief/zkconfig-resources/pom.xml
META-INF/maven/com.github.phantomthief/zkconfig-resources/pom.properties
|
| 依赖Jar: |
commons-dbcp2-2.0.1.jar
/org.apache.commons/commons-dbcp2/2.0.1
查看commons-dbcp2所有版本文件
spring-jdbc-4.1.4.RELEASE.jar
/org.springframework/spring-jdbc/4.1.4.RELEASE
查看spring-jdbc所有版本文件
jedis-2.6.2.jar
/redis.clients/jedis/2.6.2
查看jedis所有版本文件
slf4j-api-1.7.10.jar
/org.slf4j/slf4j-api/1.7.10
查看slf4j-api所有版本文件
guava-18.0.jar
/com.google.guava/guava/18.0
查看guava所有版本文件
curator-recipes-2.7.1.jar
/org.apache.curator/curator-recipes/2.7.1
查看curator-recipes所有版本文件
jackson-databind-2.5.0.jar
/com.fasterxml.jackson.core/jackson-databind/2.5.0
查看jackson-databind所有版本文件
commons-beanutils-1.9.2.jar
/commons-beanutils/commons-beanutils/1.9.2
查看commons-beanutils所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|