| GroupId | GroupIdcom.gitee.zhibi |
|---|---|
| ArtifactId | ArtifactIdzhibi-fast-parent |
| Version | Version2.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zhibi-fast-parent-2.5.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/zhibi-fast-parent/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>zhibi-fast-parent</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/zhibi-fast-parent/
implementation 'com.gitee.zhibi:zhibi-fast-parent:2.5'
// https://jarcasting.com/artifacts/com.gitee.zhibi/zhibi-fast-parent/
implementation ("com.gitee.zhibi:zhibi-fast-parent:2.5")
'com.gitee.zhibi:zhibi-fast-parent:pom:2.5'
<dependency org="com.gitee.zhibi" name="zhibi-fast-parent" rev="2.5">
<artifact name="zhibi-fast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='zhibi-fast-parent', version='2.5')
)
libraryDependencies += "com.gitee.zhibi" % "zhibi-fast-parent" % "2.5"
[com.gitee.zhibi/zhibi-fast-parent "2.5"]