| License |
License |
|---|---|
| GroupId | GroupIdorg.gaixie.cache |
| ArtifactId | ArtifactIdcache |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCache
Lightweight cache library.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| cache-1.0.0.pom | |
| cache-1.0.0.jar | 14 KB |
| cache-1.0.0-sources.jar | 11 KB |
| cache-1.0.0-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gaixie.cache/cache/ -->
<dependency>
<groupId>org.gaixie.cache</groupId>
<artifactId>cache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.cache/cache/
implementation 'org.gaixie.cache:cache:1.0.0'
// https://jarcasting.com/artifacts/org.gaixie.cache/cache/
implementation ("org.gaixie.cache:cache:1.0.0")
'org.gaixie.cache:cache:jar:1.0.0'
<dependency org="org.gaixie.cache" name="cache" rev="1.0.0">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.cache', module='cache', version='1.0.0')
)
libraryDependencies += "org.gaixie.cache" % "cache" % "1.0.0"
[org.gaixie.cache/cache "1.0.0"]