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