MVN

co.tunan.tucache : tutucache

Maven & Gradle

May 30, 2023
47 stars

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

<dependency>
    <groupId>co.tunan.tucache</groupId>
    <artifactId>tutucache</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.tunan.tucache : tutucache to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3.RELEASE

All Versions

Choose a version of co.tunan.tucache : tutucache to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
tutucache-1.0.3.RELEASE
tutucache-1.0.2.RELEASE
tutucache-1.0.1.RELEASE
tutucache-1.0.1
tutucache-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>co.tunan.tucache</groupId>
    <artifactId>tutucache</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>

Advertisement