| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices Redis Data Databases | 
        
| GroupId | GroupIdcom.github.liaomengge | 
    
| ArtifactId | ArtifactIdly-redis-spring-boot-starter | 
    
| Version | Version2.0.1-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionbase common starter 
            base common starter for developer 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.github.liaomengge/ly-redis-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.liaomengge</groupId>
    <artifactId>ly-redis-spring-boot-starter</artifactId>
    <version>2.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.liaomengge/ly-redis-spring-boot-starter/
implementation 'com.github.liaomengge:ly-redis-spring-boot-starter:2.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.liaomengge/ly-redis-spring-boot-starter/
implementation ("com.github.liaomengge:ly-redis-spring-boot-starter:2.0.1-RELEASE")
                'com.github.liaomengge:ly-redis-spring-boot-starter:jar:2.0.1-RELEASE'
                <dependency org="com.github.liaomengge" name="ly-redis-spring-boot-starter" rev="2.0.1-RELEASE">
  <artifact name="ly-redis-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.liaomengge', module='ly-redis-spring-boot-starter', version='2.0.1-RELEASE')
)
                libraryDependencies += "com.github.liaomengge" % "ly-redis-spring-boot-starter" % "2.0.1-RELEASE"
                [com.github.liaomengge/ly-redis-spring-boot-starter "2.0.1-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.liaomengge : base-common-utils | jar | 1.1.5-RELEASE | 
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| org.springframework.cloud : spring-cloud-context | jar |