Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.zhujk |
ArtifactId | ArtifactIdredis-mutex |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
redis-mutex-1.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhujk/redis-mutex/ -->
<dependency>
<groupId>com.github.zhujk</groupId>
<artifactId>redis-mutex</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhujk/redis-mutex/
implementation 'com.github.zhujk:redis-mutex:1.0.1'
// https://jarcasting.com/artifacts/com.github.zhujk/redis-mutex/
implementation ("com.github.zhujk:redis-mutex:1.0.1")
'com.github.zhujk:redis-mutex:pom:1.0.1'
<dependency org="com.github.zhujk" name="redis-mutex" rev="1.0.1">
<artifact name="redis-mutex" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhujk', module='redis-mutex', version='1.0.1')
)
libraryDependencies += "com.github.zhujk" % "redis-mutex" % "1.0.1"
[com.github.zhujk/redis-mutex "1.0.1"]