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