Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdtop.crossoverjie.opensource |
ArtifactId | ArtifactIddistributed-redis-tool |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-tool/ -->
<dependency>
<groupId>top.crossoverjie.opensource</groupId>
<artifactId>distributed-redis-tool</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-tool/
implementation 'top.crossoverjie.opensource:distributed-redis-tool:1.0.4'
// https://jarcasting.com/artifacts/top.crossoverjie.opensource/distributed-redis-tool/
implementation ("top.crossoverjie.opensource:distributed-redis-tool:1.0.4")
'top.crossoverjie.opensource:distributed-redis-tool:jar:1.0.4'
<dependency org="top.crossoverjie.opensource" name="distributed-redis-tool" rev="1.0.4">
<artifact name="distributed-redis-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.crossoverjie.opensource', module='distributed-redis-tool', version='1.0.4')
)
libraryDependencies += "top.crossoverjie.opensource" % "distributed-redis-tool" % "1.0.4"
[top.crossoverjie.opensource/distributed-redis-tool "1.0.4"]