Last Version

com.github.duanxinyuan:util-snowflake 1.2.0

雪花Id(分布式Id)算法工具库

License

License

GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

util-snowflake
Version

Version

1.2.0
Type

Type

jar
Description

Description

雪花Id(分布式Id)算法工具库

Download util-snowflake 1.2.0


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

Dependencies

compile (4)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.14
org.apache.commons : commons-lang3 jar 3.10
org.projectlombok : lombok jar 1.18.12
org.slf4j : slf4j-api jar 1.7.30

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.