| GroupId | GroupIdcom.gitee.zhibi |
|---|---|
| ArtifactId | ArtifactIdzhibi-fast-parent |
| Version | Version2.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zhibi-fast-parent-2.3.pom | 14 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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/zhibi-fast-parent/
implementation 'com.gitee.zhibi:zhibi-fast-parent:2.3'
// https://jarcasting.com/artifacts/com.gitee.zhibi/zhibi-fast-parent/
implementation ("com.gitee.zhibi:zhibi-fast-parent:2.3")
'com.gitee.zhibi:zhibi-fast-parent:pom:2.3'
<dependency org="com.gitee.zhibi" name="zhibi-fast-parent" rev="2.3">
<artifact name="zhibi-fast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='zhibi-fast-parent', version='2.3')
)
libraryDependencies += "com.gitee.zhibi" % "zhibi-fast-parent" % "2.3"
[com.gitee.zhibi/zhibi-fast-parent "2.3"]