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