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