License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.zhujk |
ArtifactId | ArtifactIdredis-mutex |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionredis-mutex
redis-mutex project for Spring Boot
|
Filename | Size |
---|---|
redis-mutex-1.1.0.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.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhujk/redis-mutex/
implementation 'com.github.zhujk:redis-mutex:1.1.0'
// https://jarcasting.com/artifacts/com.github.zhujk/redis-mutex/
implementation ("com.github.zhujk:redis-mutex:1.1.0")
'com.github.zhujk:redis-mutex:pom:1.1.0'
<dependency org="com.github.zhujk" name="redis-mutex" rev="1.1.0">
<artifact name="redis-mutex" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhujk', module='redis-mutex', version='1.1.0')
)
libraryDependencies += "com.github.zhujk" % "redis-mutex" % "1.1.0"
[com.github.zhujk/redis-mutex "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.50 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |