License |
License |
---|---|
GroupId | GroupIdcom.github.duanxinyuan |
ArtifactId | ArtifactIdutil-snowflake-parent |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsnowflake-utils
雪花Id(分布式Id)算法工具库
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
util-snowflake-parent-1.2.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.duanxinyuan/util-snowflake-parent/ -->
<dependency>
<groupId>com.github.duanxinyuan</groupId>
<artifactId>util-snowflake-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.duanxinyuan/util-snowflake-parent/
implementation 'com.github.duanxinyuan:util-snowflake-parent:1.2.0'
// https://jarcasting.com/artifacts/com.github.duanxinyuan/util-snowflake-parent/
implementation ("com.github.duanxinyuan:util-snowflake-parent:1.2.0")
'com.github.duanxinyuan:util-snowflake-parent:pom:1.2.0'
<dependency org="com.github.duanxinyuan" name="util-snowflake-parent" rev="1.2.0">
<artifact name="util-snowflake-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.duanxinyuan', module='util-snowflake-parent', version='1.2.0')
)
libraryDependencies += "com.github.duanxinyuan" % "util-snowflake-parent" % "1.2.0"
[com.github.duanxinyuan/util-snowflake-parent "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |