MVN

cn.fscode.commons : commons-cache-spring-boot-starter

Maven & Gradle

Dec 15, 2022

project commons 适用所有java项目的公共库, 方便快速集成和使用, 提供工作效率

<dependency>
    <groupId>cn.fscode.commons</groupId>
    <artifactId>commons-cache-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.fscode.commons : commons-cache-spring-boot-starter to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of cn.fscode.commons : commons-cache-spring-boot-starter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
commons-cache-spring-boot-starter-1.0.1
commons-cache-spring-boot-starter-1.0.0
0.0.x
commons-cache-spring-boot-starter-0.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.fscode.commons</groupId>
    <artifactId>commons-cache-spring-boot-starter</artifactId>
    <version>1.0.1</version>
</dependency>