| 组织ID: |
com.coditory.sherlock |
| 项目ID: |
sherlock-common |
| 版本: |
0.2.0 |
| 最后修改时间: |
2019-12-13 05:39:05 |
| 包类型: |
jar |
| 标题: |
sherlock-common |
| 描述: |
Distributed Lock Library for JVM |
| 相关URL: |
https://github.com/coditory/sherlock-distributed-lock |
| 大小: |
7.09KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.coditory.sherlock</groupId>
<artifactId>sherlock-common</artifactId>
<version>0.2.0</version>
</dependency>
|
| Gradle引入代码: |
com.coditory.sherlock:sherlock-common:0.2.0
|
| 下载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>
<groupId>com.coditory.sherlock</groupId>
<artifactId>sherlock-common</artifactId>
<version>0.2.0</version>
<name>sherlock-common</name>
<description>Distributed Lock Library for JVM</description>
<url>https://github.com/coditory/sherlock-distributed-lock</url>
<organization>
<name>Coditory</name>
<url>https://coditory.com</url>
</organization>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>pawel.mendelski</id>
<name>Pawel Mendelski</name>
<email>mendelski.pawel@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:coditory/sherlock-distributed-lock.git</connection>
<developerConnection>scm:git@github.com:coditory/sherlock-distributed-lock.git</developerConnection>
<url>https://github.com/coditory/sherlock-distributed-lock</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/coditory/sherlock-distributed-lock/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.26</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.coditory.sherlock</groupId>
<artifactId>sherlock-common</artifactId>
<version>0.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.coditory.sherlock.DistributedLockBuilder$LockCreator.class
com.coditory.sherlock.DistributedLockBuilder.class
META-INF/license.txt
|
| 依赖Jar: |
slf4j-api-1.7.26.jar
/org.slf4j/slf4j-api/1.7.26
查看slf4j-api所有版本文件
sherlock-common-0.2.0.jar
/com.coditory.sherlock/sherlock-common/0.2.0
查看sherlock-common所有版本文件
|