License |
License |
---|---|
GroupId | GroupIdco.tunan.tucache |
ArtifactId | ArtifactIdtucache-core |
Last Version | Last Version1.0.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目
|
Filename | Size |
---|---|
tucache-core-1.0.2.RELEASE.pom | |
tucache-core-1.0.2.RELEASE.jar | 14 KB |
tucache-core-1.0.2.RELEASE-sources.jar | 9 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple Optional | jar | 1.7.25 |
org.aspectj : aspectjweaver | jar | 1.9.5 |
org.aspectj : aspectjrt | jar | 1.9.5 |
Group / Artifact | Type | Version |
---|---|---|
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 |