License |
License |
---|---|
GroupId | GroupIdco.tunan.tucache |
ArtifactId | ArtifactIdtutucache |
Last Version | Last Version1.0.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontutu-cache
tutu-cache 是为了解决SpringCache缓存注解不够灵活的问题而做的SpringAop项目
|
Project URL |
Project URL |
Filename | Size |
---|---|
tutucache-1.0.2.RELEASE.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/ -->
<dependency>
<groupId>co.tunan.tucache</groupId>
<artifactId>tutucache</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation 'co.tunan.tucache:tutucache:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation ("co.tunan.tucache:tutucache:1.0.2.RELEASE")
'co.tunan.tucache:tutucache:pom:1.0.2.RELEASE'
<dependency org="co.tunan.tucache" name="tutucache" rev="1.0.2.RELEASE">
<artifact name="tutucache" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tutucache', version='1.0.2.RELEASE')
)
libraryDependencies += "co.tunan.tucache" % "tutucache" % "1.0.2.RELEASE"
[co.tunan.tucache/tutucache "1.0.2.RELEASE"]