is not current version
Last Version 1.0.2.RELEASE

co.tunan.tucache:tutucache 1.0.0

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

GroupId

GroupId

co.tunan.tucache
ArtifactId

ArtifactId

tutucache
Version

Version

1.0.0
Type

Type

pom

Download tutucache 1.0.0

Filename Size
tutucache-1.0.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/ -->
<dependency>
    <groupId>co.tunan.tucache</groupId>
    <artifactId>tutucache</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation 'co.tunan.tucache:tutucache:1.0.0'
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation ("co.tunan.tucache:tutucache:1.0.0")
'co.tunan.tucache:tutucache:pom:1.0.0'
<dependency org="co.tunan.tucache" name="tutucache" rev="1.0.0">
  <artifact name="tutucache" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tutucache', version='1.0.0')
)
libraryDependencies += "co.tunan.tucache" % "tutucache" % "1.0.0"
[co.tunan.tucache/tutucache "1.0.0"]