| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.hb0730 |
| Идентификатор | Идентификаторcommons-cache |
| Версия | Версия2.1.2-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеcommons-cache
commons 对多种缓存的支持
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.hb0730 : commons-lang | jar | 2.1.2-RELEASE |
| org.springframework.data : spring-data-redis Необязательный | jar | 2.2.5.RELEASE |
| redis.clients : jedis Необязательный | jar | 3.1.0 |
| com.google.guava : guava Необязательный | 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 Необязательный | jar | 1.18.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |