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