License |
License |
---|---|
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdleopard-cache |
Last Version | Last Version0.9.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLeopard-Cache
缓存操作,使程序可以非常方便增加、删除缓存实现类(XxxDaoRedisImpl、XxxDaoMemoryImpl、XxxDaoThreadImpl、XxxDaoRsyncImpl)。
|
Filename | Size |
---|---|
leopard-cache-0.9.12.pom | |
leopard-cache-0.9.12.jar | 34 KB |
leopard-cache-0.9.12-sources.jar | 21 KB |
leopard-cache-0.9.12-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard/leopard-cache/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard-cache</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-cache/
implementation 'io.leopard:leopard-cache:0.9.12'
// https://jarcasting.com/artifacts/io.leopard/leopard-cache/
implementation ("io.leopard:leopard-cache:0.9.12")
'io.leopard:leopard-cache:jar:0.9.12'
<dependency org="io.leopard" name="leopard-cache" rev="0.9.12">
<artifact name="leopard-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-cache', version='0.9.12')
)
libraryDependencies += "io.leopard" % "leopard-cache" % "0.9.12"
[io.leopard/leopard-cache "0.9.12"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |