| License |
License |
|---|---|
| GroupId | GroupIdcom.github.siahsang |
| ArtifactId | ArtifactIdred-utils |
| Version | Version1.0.4 |
| Type | Typejar |
| Description |
DescriptionRed-Utils
Distributed Lock Implementation With Redis
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| red-utils-1.0.4.pom | |
| red-utils-1.0.4-sources.jar | 17 KB |
| red-utils-1.0.4-javadoc.jar | 168 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.siahsang/red-utils/ -->
<dependency>
<groupId>com.github.siahsang</groupId>
<artifactId>red-utils</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siahsang/red-utils/
implementation 'com.github.siahsang:red-utils:1.0.4'
// https://jarcasting.com/artifacts/com.github.siahsang/red-utils/
implementation ("com.github.siahsang:red-utils:1.0.4")
'com.github.siahsang:red-utils:jar:1.0.4'
<dependency org="com.github.siahsang" name="red-utils" rev="1.0.4">
<artifact name="red-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siahsang', module='red-utils', version='1.0.4')
)
libraryDependencies += "com.github.siahsang" % "red-utils" % "1.0.4"
[com.github.siahsang/red-utils "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 3.3.0 |
| org.slf4j : slf4j-simple | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.awaitility : awaitility | jar | 4.0.3 |
| org.testcontainers : testcontainers | jar | 1.15.2 |
| org.testcontainers : junit-jupiter | jar | 1.15.1 |