Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.vencent-lu |
ArtifactId | ArtifactIdgiants-boot-parent |
Version | Version1.0.5 |
Type | Typepom |
Filename | Size |
---|---|
giants-boot-parent-1.0.5.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vencent-lu/giants-boot-parent/ -->
<dependency>
<groupId>com.github.vencent-lu</groupId>
<artifactId>giants-boot-parent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-boot-parent/
implementation 'com.github.vencent-lu:giants-boot-parent:1.0.5'
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-boot-parent/
implementation ("com.github.vencent-lu:giants-boot-parent:1.0.5")
'com.github.vencent-lu:giants-boot-parent:pom:1.0.5'
<dependency org="com.github.vencent-lu" name="giants-boot-parent" rev="1.0.5">
<artifact name="giants-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vencent-lu', module='giants-boot-parent', version='1.0.5')
)
libraryDependencies += "com.github.vencent-lu" % "giants-boot-parent" % "1.0.5"
[com.github.vencent-lu/giants-boot-parent "1.0.5"]