| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases | 
        
| GroupId | GroupIdcom.github.houbb | 
    
| ArtifactId | ArtifactIdlock-redis | 
    
| Last Version | Last Version0.0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionThe lock tool for java. 
         | 
    
| Filename | Size | 
|---|---|
| lock-redis-0.0.4.pom | |
| lock-redis-0.0.4.jar | 7 KB | 
| lock-redis-0.0.4-sources.jar | 5 KB | 
| lock-redis-0.0.4-javadoc.jar | 84 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.houbb/lock-redis/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>lock-redis</artifactId>
    <version>0.0.4</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.houbb/lock-redis/
implementation 'com.github.houbb:lock-redis:0.0.4'
                // https://jarcasting.com/artifacts/com.github.houbb/lock-redis/
implementation ("com.github.houbb:lock-redis:0.0.4")
                'com.github.houbb:lock-redis:jar:0.0.4'
                <dependency org="com.github.houbb" name="lock-redis" rev="0.0.4">
  <artifact name="lock-redis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.houbb', module='lock-redis', version='0.0.4')
)
                libraryDependencies += "com.github.houbb" % "lock-redis" % "0.0.4"
                [com.github.houbb/lock-redis "0.0.4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.houbb : lock-core | jar | 0.0.4 | 
| redis.clients : jedis | jar | 2.8.1 |