Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.vrushofficial.deadheat-lock |
ArtifactId | ArtifactIddeadheat-lock-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
deadheat-lock-redis-1.0.0.pom | |
deadheat-lock-redis-1.0.0.jar | 14 KB |
deadheat-lock-redis-1.0.0-sources.jar | 9 KB |
deadheat-lock-redis-1.0.0-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vrushofficial.deadheat-lock/deadheat-lock-redis/ -->
<dependency>
<groupId>com.github.vrushofficial.deadheat-lock</groupId>
<artifactId>deadheat-lock-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vrushofficial.deadheat-lock/deadheat-lock-redis/
implementation 'com.github.vrushofficial.deadheat-lock:deadheat-lock-redis:1.0.0'
// https://jarcasting.com/artifacts/com.github.vrushofficial.deadheat-lock/deadheat-lock-redis/
implementation ("com.github.vrushofficial.deadheat-lock:deadheat-lock-redis:1.0.0")
'com.github.vrushofficial.deadheat-lock:deadheat-lock-redis:jar:1.0.0'
<dependency org="com.github.vrushofficial.deadheat-lock" name="deadheat-lock-redis" rev="1.0.0">
<artifact name="deadheat-lock-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vrushofficial.deadheat-lock', module='deadheat-lock-redis', version='1.0.0')
)
libraryDependencies += "com.github.vrushofficial.deadheat-lock" % "deadheat-lock-redis" % "1.0.0"
[com.github.vrushofficial.deadheat-lock/deadheat-lock-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | |
com.github.vrushofficial.deadheat-lock : deadheat-lock-core | jar | 1.0.0 |
org.springframework.boot : spring-boot-starter-data-redis | jar | |
com.github.vrushofficial.deadheat-lock : deadheat-lock-model | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.bfjournal : embedded-redis | jar | 0.11.0 |
org.springframework.boot : spring-boot-starter-test | jar |