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