| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesRedis Data Databases | 
        
| GroupId | GroupIdcom.github.huifer | 
    
| ArtifactId | ArtifactIdview-redis-core | 
    
| Last Version | Last Version1.1.1-Releases-hotfix | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpringBoot嵌入式管理redis 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.huifer/view-redis-core/ -->
<dependency>
    <groupId>com.github.huifer</groupId>
    <artifactId>view-redis-core</artifactId>
    <version>1.1.1-Releases-hotfix</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.huifer/view-redis-core/
implementation 'com.github.huifer:view-redis-core:1.1.1-Releases-hotfix'
                // https://jarcasting.com/artifacts/com.github.huifer/view-redis-core/
implementation ("com.github.huifer:view-redis-core:1.1.1-Releases-hotfix")
                'com.github.huifer:view-redis-core:jar:1.1.1-Releases-hotfix'
                <dependency org="com.github.huifer" name="view-redis-core" rev="1.1.1-Releases-hotfix">
  <artifact name="view-redis-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.huifer', module='view-redis-core', version='1.1.1-Releases-hotfix')
)
                libraryDependencies += "com.github.huifer" % "view-redis-core" % "1.1.1-Releases-hotfix"
                [com.github.huifer/view-redis-core "1.1.1-Releases-hotfix"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-data-redis | jar |