| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices Redis Data Databases | 
        
| GroupId | GroupIdcom.github.hsindumas | 
    
| ArtifactId | ArtifactIdredis-lock-spring-boot-starter | 
    
| Last Version | Last Version1.1.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionredis-lock-spring-boot-starter 
            Parent pom providing dependency and plugin management for applications built with Maven 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.hsindumas/redis-lock-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.hsindumas</groupId>
    <artifactId>redis-lock-spring-boot-starter</artifactId>
    <version>1.1.8</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hsindumas/redis-lock-spring-boot-starter/
implementation 'com.github.hsindumas:redis-lock-spring-boot-starter:1.1.8'
                // https://jarcasting.com/artifacts/com.github.hsindumas/redis-lock-spring-boot-starter/
implementation ("com.github.hsindumas:redis-lock-spring-boot-starter:1.1.8")
                'com.github.hsindumas:redis-lock-spring-boot-starter:jar:1.1.8'
                <dependency org="com.github.hsindumas" name="redis-lock-spring-boot-starter" rev="1.1.8">
  <artifact name="redis-lock-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hsindumas', module='redis-lock-spring-boot-starter', version='1.1.8')
)
                libraryDependencies += "com.github.hsindumas" % "redis-lock-spring-boot-starter" % "1.1.8"
                [com.github.hsindumas/redis-lock-spring-boot-starter "1.1.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.6.1 | 
| org.projectlombok : lombok | jar | 1.18.22 | 
| org.redisson : redisson-spring-boot-starter | jar | 3.16.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.1 |