Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdtop.crossoverjie.opensource |
ArtifactId | ArtifactIddistributed-redis-tool |
Version | Version1.0.5 |
Type | Typejar |
Description |
Descriptiondistributed-tools
This is a simple distributed tools based on Redis.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-tool/ -->
<dependency>
<groupId>top.crossoverjie.opensource</groupId>
<artifactId>distributed-redis-tool</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-tool/
implementation 'top.crossoverjie.opensource:distributed-redis-tool:1.0.5'
// https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-tool/
implementation ("top.crossoverjie.opensource:distributed-redis-tool:1.0.5")
'top.crossoverjie.opensource:distributed-redis-tool:jar:1.0.5'
<dependency org="top.crossoverjie.opensource" name="distributed-redis-tool" rev="1.0.5">
<artifact name="distributed-redis-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.crossoverjie.opensource', module='distributed-redis-tool', version='1.0.5')
)
libraryDependencies += "top.crossoverjie.opensource" % "distributed-redis-tool" % "1.0.5"
[top.crossoverjie.opensource/distributed-redis-tool "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.9.0 |
org.springframework.data : spring-data-redis | jar | 1.8.6.RELEASE |
com.google.guava : guava | jar | 19.0 |
org.slf4j : slf4j-api | jar | 1.7.7 |
ch.qos.logback : logback-core | jar | 1.0.13 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
org.springframework : spring-aop | jar | 4.2.1.RELEASE |
org.springframework : spring-aspects | jar | 4.2.1.RELEASE |
org.springframework : spring-beans | jar | 4.2.1.RELEASE |
org.springframework : spring-context | jar | 4.2.1.RELEASE |
org.springframework : spring-context-support | jar | 4.2.1.RELEASE |
org.springframework : spring-core | jar | 4.2.1.RELEASE |
org.springframework : spring-web | jar | 4.2.1.RELEASE |
org.springframework : spring-webmvc | jar | 4.2.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.mockito : mockito-all | jar | 1.9.5 |
org.easymock : easymock | jar | 3.2 |