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