License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Jedis KeY Data Formats Formal Verification |
GroupId | GroupIdcom.github.okeyj |
ArtifactId | ArtifactIdredis-jedis-lock |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-jedis-lock
distributed lock by redis
|
Filename | Size |
---|---|
redis-jedis-lock-1.0.0.pom | |
redis-jedis-lock-1.0.0.jar | 5 KB |
redis-jedis-lock-1.0.0-sources.jar | 3 KB |
redis-jedis-lock-1.0.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.okeyj/redis-jedis-lock/ -->
<dependency>
<groupId>com.github.okeyj</groupId>
<artifactId>redis-jedis-lock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.okeyj/redis-jedis-lock/
implementation 'com.github.okeyj:redis-jedis-lock:1.0.0'
// https://jarcasting.com/artifacts/com.github.okeyj/redis-jedis-lock/
implementation ("com.github.okeyj:redis-jedis-lock:1.0.0")
'com.github.okeyj:redis-jedis-lock:jar:1.0.0'
<dependency org="com.github.okeyj" name="redis-jedis-lock" rev="1.0.0">
<artifact name="redis-jedis-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.okeyj', module='redis-jedis-lock', version='1.0.0')
)
libraryDependencies += "com.github.okeyj" % "redis-jedis-lock" % "1.0.0"
[com.github.okeyj/redis-jedis-lock "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
org.slf4j : slf4j-api | jar | 1.7.22 |
redis.clients : jedis | jar | 1.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.9.5 |