| License |
License |
|---|---|
| GroupId | GroupIdcom.hb0730 |
| ArtifactId | ArtifactIdcommons-cache |
| Version | Version2.1.2-RELEASE |
| Type | Typejar |
| Description |
Descriptioncommons-cache
commons 对多种缓存的支持
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| commons-cache-2.1.2-RELEASE.pom | |
| commons-cache-2.1.2-RELEASE.jar | 41 KB |
| commons-cache-2.1.2-RELEASE-sources.jar | 22 KB |
| commons-cache-2.1.2-RELEASE-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-cache/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-cache</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-cache/
implementation 'com.hb0730:commons-cache:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-cache/
implementation ("com.hb0730:commons-cache:2.1.2-RELEASE")
'com.hb0730:commons-cache:jar:2.1.2-RELEASE'
<dependency org="com.hb0730" name="commons-cache" rev="2.1.2-RELEASE">
<artifact name="commons-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-cache', version='2.1.2-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-cache" % "2.1.2-RELEASE"
[com.hb0730/commons-cache "2.1.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hb0730 : commons-lang | jar | 2.1.2-RELEASE |
| org.springframework.data : spring-data-redis Optional | jar | 2.2.5.RELEASE |
| redis.clients : jedis Optional | jar | 3.1.0 |
| com.google.guava : guava Optional | jar | 29.0-jre |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |