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