| Categories | CategoriesAuto Application Layer Libs Code Generators config Configuration | 
|---|---|
| GroupId | GroupIdcn.fxbin.bubble | 
| ArtifactId | ArtifactIdbubble-fireworks-autoconfigure | 
| Version | Version0.0.9-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-autoconfigure/ -->
<dependency>
    <groupId>cn.fxbin.bubble</groupId>
    <artifactId>bubble-fireworks-autoconfigure</artifactId>
    <version>0.0.9-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-autoconfigure/
implementation 'cn.fxbin.bubble:bubble-fireworks-autoconfigure:0.0.9-RELEASE'// https://jarcasting.com/artifacts/cn.fxbin.bubble/bubble-fireworks-autoconfigure/
implementation ("cn.fxbin.bubble:bubble-fireworks-autoconfigure:0.0.9-RELEASE")'cn.fxbin.bubble:bubble-fireworks-autoconfigure:jar:0.0.9-RELEASE'<dependency org="cn.fxbin.bubble" name="bubble-fireworks-autoconfigure" rev="0.0.9-RELEASE">
  <artifact name="bubble-fireworks-autoconfigure" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.fxbin.bubble', module='bubble-fireworks-autoconfigure', version='0.0.9-RELEASE')
)libraryDependencies += "cn.fxbin.bubble" % "bubble-fireworks-autoconfigure" % "0.0.9-RELEASE"[cn.fxbin.bubble/bubble-fireworks-autoconfigure "0.0.9-RELEASE"]