com.github.jerrymice.common-id-generator

this id generator for snowflake arithmetic ,support spring boot and distributed deploy.

License

License

GroupId

GroupId

com.github.jerrymice.common
ArtifactId

ArtifactId

common-id-generator
Last Version

Last Version

0.0.2.beta7
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.jerrymice.common-id-generator
this id generator for snowflake arithmetic ,support spring boot and distributed deploy.
Project URL

Project URL

https://github.com/jerrymice/common-all

Download common-id-generator

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jerrymice.common/common-id-generator/ -->
<dependency>
    <groupId>com.github.jerrymice.common</groupId>
    <artifactId>common-id-generator</artifactId>
    <version>0.0.2.beta7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-id-generator/
implementation 'com.github.jerrymice.common:common-id-generator:0.0.2.beta7'
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-id-generator/
implementation ("com.github.jerrymice.common:common-id-generator:0.0.2.beta7")
'com.github.jerrymice.common:common-id-generator:jar:0.0.2.beta7'
<dependency org="com.github.jerrymice.common" name="common-id-generator" rev="0.0.2.beta7">
  <artifact name="common-id-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrymice.common', module='common-id-generator', version='0.0.2.beta7')
)
libraryDependencies += "com.github.jerrymice.common" % "common-id-generator" % "0.0.2.beta7"
[com.github.jerrymice.common/common-id-generator "0.0.2.beta7"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2.beta7
0.0.2.beta6
0.0.2.beta5
0.0.2.beta4
0.0.2.beta1