| Лицензия |
Лицензия |
|---|---|
| Группа | Группаco.tunan.tucache |
| Идентификатор | Идентификаторtucache-core |
| Версия | Версия1.0.2.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеtutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目
|
| Имя Файла | Размер |
|---|---|
| tucache-core-1.0.2.RELEASE.pom | |
| tucache-core-1.0.2.RELEASE.jar | 15 KB |
| tucache-core-1.0.2.RELEASE-sources.jar | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tucache-core/ -->
<dependency>
<groupId>co.tunan.tucache</groupId>
<artifactId>tucache-core</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-core/
implementation 'co.tunan.tucache:tucache-core:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-core/
implementation ("co.tunan.tucache:tucache-core:1.0.2.RELEASE")
'co.tunan.tucache:tucache-core:jar:1.0.2.RELEASE'
<dependency org="co.tunan.tucache" name="tucache-core" rev="1.0.2.RELEASE">
<artifact name="tucache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tucache-core', version='1.0.2.RELEASE')
)
libraryDependencies += "co.tunan.tucache" % "tucache-core" % "1.0.2.RELEASE"
[co.tunan.tucache/tucache-core "1.0.2.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple Необязательный | jar | 1.7.25 |
| org.aspectj : aspectjweaver | jar | 1.9.5 |
| org.aspectj : aspectjrt | jar | 1.9.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.springframework : spring-context | jar | 5.1.3.RELEASE |
| org.springframework.data : spring-data-redis | jar | 2.1.3.RELEASE |