| GroupId | GroupIdcom.huibozhixin | 
|---|---|
| ArtifactId | ArtifactIddiboot-root | 
| Version | Version2.1.2-hbzx1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| diboot-root-2.1.2-hbzx1.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/com.huibozhixin/diboot-root/ -->
<dependency>
    <groupId>com.huibozhixin</groupId>
    <artifactId>diboot-root</artifactId>
    <version>2.1.2-hbzx1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.huibozhixin/diboot-root/
implementation 'com.huibozhixin:diboot-root:2.1.2-hbzx1'// https://jarcasting.com/artifacts/com.huibozhixin/diboot-root/
implementation ("com.huibozhixin:diboot-root:2.1.2-hbzx1")'com.huibozhixin:diboot-root:pom:2.1.2-hbzx1'<dependency org="com.huibozhixin" name="diboot-root" rev="2.1.2-hbzx1">
  <artifact name="diboot-root" type="pom" />
</dependency>@Grapes(
@Grab(group='com.huibozhixin', module='diboot-root', version='2.1.2-hbzx1')
)libraryDependencies += "com.huibozhixin" % "diboot-root" % "2.1.2-hbzx1"[com.huibozhixin/diboot-root "2.1.2-hbzx1"]