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