is not current version
Last Version 1.0.2-RELEASE

com.github.duxvfeng:autoId 1.0.1-RELEASE

主键生成器 author:duxvfeng

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.duxvfeng
ArtifactId

ArtifactId

autoId
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download autoId 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.duxvfeng/autoId/ -->
<dependency>
    <groupId>com.github.duxvfeng</groupId>
    <artifactId>autoId</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duxvfeng/autoId/
implementation 'com.github.duxvfeng:autoId:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.duxvfeng/autoId/
implementation ("com.github.duxvfeng:autoId:1.0.1-RELEASE")
'com.github.duxvfeng:autoId:jar:1.0.1-RELEASE'
<dependency org="com.github.duxvfeng" name="autoId" rev="1.0.1-RELEASE">
  <artifact name="autoId" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duxvfeng', module='autoId', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.duxvfeng" % "autoId" % "1.0.1-RELEASE"
[com.github.duxvfeng/autoId "1.0.1-RELEASE"]