| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases | 
        
| GroupId | GroupIdcom.df4j | 
    
| ArtifactId | ArtifactIddf4j-boot-redis | 
    
| Last Version | Last Version1.2.6 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiondf SpringBoot redis依赖 
         | 
    
| Filename | Size | 
|---|---|
| df4j-boot-redis-1.2.6.pom | |
| df4j-boot-redis-1.2.6.jar | 2 KB | 
| df4j-boot-redis-1.2.6-sources.jar | 2 KB | 
| df4j-boot-redis-1.2.6-javadoc.jar | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.df4j/df4j-boot-redis/ -->
<dependency>
    <groupId>com.df4j</groupId>
    <artifactId>df4j-boot-redis</artifactId>
    <version>1.2.6</version>
</dependency>
                // https://jarcasting.com/artifacts/com.df4j/df4j-boot-redis/
implementation 'com.df4j:df4j-boot-redis:1.2.6'
                // https://jarcasting.com/artifacts/com.df4j/df4j-boot-redis/
implementation ("com.df4j:df4j-boot-redis:1.2.6")
                'com.df4j:df4j-boot-redis:jar:1.2.6'
                <dependency org="com.df4j" name="df4j-boot-redis" rev="1.2.6">
  <artifact name="df4j-boot-redis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.df4j', module='df4j-boot-redis', version='1.2.6')
)
                libraryDependencies += "com.df4j" % "df4j-boot-redis" % "1.2.6"
                [com.df4j/df4j-boot-redis "1.2.6"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.df4j : df4j-boot-cli | jar | 1.2.6 | 
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.6.RELEASE | 
| org.slf4j : slf4j-api | jar | 1.7.26 |