| GroupId | GroupIdorg.gaixie.jibu |
|---|---|
| ArtifactId | ArtifactIdjibu-parent |
| Version | Version1.0.0-M2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jibu-parent-1.0.0-M2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu/jibu-parent/ -->
<dependency>
<groupId>org.gaixie.jibu</groupId>
<artifactId>jibu-parent</artifactId>
<version>1.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu/jibu-parent/
implementation 'org.gaixie.jibu:jibu-parent:1.0.0-M2'
// https://jarcasting.com/artifacts/org.gaixie.jibu/jibu-parent/
implementation ("org.gaixie.jibu:jibu-parent:1.0.0-M2")
'org.gaixie.jibu:jibu-parent:pom:1.0.0-M2'
<dependency org="org.gaixie.jibu" name="jibu-parent" rev="1.0.0-M2">
<artifact name="jibu-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu', module='jibu-parent', version='1.0.0-M2')
)
libraryDependencies += "org.gaixie.jibu" % "jibu-parent" % "1.0.0-M2"
[org.gaixie.jibu/jibu-parent "1.0.0-M2"]