MVN

com.github.duxvfeng : autoId-spring-boot

Maven & Gradle

Jul 25, 2020

id生成器 · 主键生成器 author:duxvfeng

<dependency>
    <groupId>com.github.duxvfeng</groupId>
    <artifactId>autoId-spring-boot</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.duxvfeng : autoId-spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2-RELEASE

All Versions

Choose a version of com.github.duxvfeng : autoId-spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
autoId-spring-boot-1.0.2-RELEASE
autoId-spring-boot-1.0.1-RELEASE
autoId-spring-boot-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.duxvfeng</groupId>
    <artifactId>autoId-spring-boot</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>