| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.wujun234 |
| ArtifactId | ArtifactIduid-generator-spring-boot-starter |
| Version | Version1.0.3.RELEASE |
| Type | Typejar |
| Description |
Descriptionuid-generator-spring-boot-starter
An unique id generator based on baidu uid-generator
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.wujun234/uid-generator-spring-boot-starter/ -->
<dependency>
<groupId>com.github.wujun234</groupId>
<artifactId>uid-generator-spring-boot-starter</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujun234/uid-generator-spring-boot-starter/
implementation 'com.github.wujun234:uid-generator-spring-boot-starter:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.wujun234/uid-generator-spring-boot-starter/
implementation ("com.github.wujun234:uid-generator-spring-boot-starter:1.0.3.RELEASE")
'com.github.wujun234:uid-generator-spring-boot-starter:jar:1.0.3.RELEASE'
<dependency org="com.github.wujun234" name="uid-generator-spring-boot-starter" rev="1.0.3.RELEASE">
<artifact name="uid-generator-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujun234', module='uid-generator-spring-boot-starter', version='1.0.3.RELEASE')
)
libraryDependencies += "com.github.wujun234" % "uid-generator-spring-boot-starter" % "1.0.3.RELEASE"
[com.github.wujun234/uid-generator-spring-boot-starter "1.0.3.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.2 |
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| mysql : mysql-connector-java | jar |