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