| Categories | 
                CategoriesRedis Data Databases | 
        
|---|---|
| GroupId | GroupIdcn.fxbin.bubble | 
    
| ArtifactId | ArtifactIdbubble-fireworks-starter-redis | 
    
| Version | Version0.0.5-RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-starter-redis/ -->
<dependency>
    <groupId>cn.fxbin.bubble</groupId>
    <artifactId>bubble-fireworks-starter-redis</artifactId>
    <version>0.0.5-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-starter-redis/
implementation 'cn.fxbin.bubble:bubble-fireworks-starter-redis:0.0.5-RELEASE'
                // https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-starter-redis/
implementation ("cn.fxbin.bubble:bubble-fireworks-starter-redis:0.0.5-RELEASE")
                'cn.fxbin.bubble:bubble-fireworks-starter-redis:jar:0.0.5-RELEASE'
                <dependency org="cn.fxbin.bubble" name="bubble-fireworks-starter-redis" rev="0.0.5-RELEASE">
  <artifact name="bubble-fireworks-starter-redis" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.fxbin.bubble', module='bubble-fireworks-starter-redis', version='0.0.5-RELEASE')
)
                libraryDependencies += "cn.fxbin.bubble" % "bubble-fireworks-starter-redis" % "0.0.5-RELEASE"
                [cn.fxbin.bubble/bubble-fireworks-starter-redis "0.0.5-RELEASE"]