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