co.tunan.tucache:tucache-core

tutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目

License

License

GroupId

GroupId

co.tunan.tucache
ArtifactId

ArtifactId

tucache-core
Last Version

Last Version

1.0.2.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

tutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目

Download tucache-core

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

provided (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2.RELEASE
1.0.1.RELEASE
1.0.1
1.0.0