Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.vencent-lu |
ArtifactId | ArtifactIdgiants-boot-starter-common |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vencent-lu/giants-boot-starter-common/ -->
<dependency>
<groupId>com.github.vencent-lu</groupId>
<artifactId>giants-boot-starter-common</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-boot-starter-common/
implementation 'com.github.vencent-lu:giants-boot-starter-common:1.0.9'
// https://jarcasting.com/artifacts/com.github.vencent-lu/giants-boot-starter-common/
implementation ("com.github.vencent-lu:giants-boot-starter-common:1.0.9")
'com.github.vencent-lu:giants-boot-starter-common:jar:1.0.9'
<dependency org="com.github.vencent-lu" name="giants-boot-starter-common" rev="1.0.9">
<artifact name="giants-boot-starter-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vencent-lu', module='giants-boot-starter-common', version='1.0.9')
)
libraryDependencies += "com.github.vencent-lu" % "giants-boot-starter-common" % "1.0.9"
[com.github.vencent-lu/giants-boot-starter-common "1.0.9"]