Crystal Flake - A distributed ID generation component

A distributed ID generation component inspired by snowflake and sonyflake, supports normal ID generation for clock-back scenarios.

License

License

GroupId

GroupId

io.github.johnqxu
ArtifactId

ArtifactId

crystal-flake
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Crystal Flake - A distributed ID generation component
A distributed ID generation component inspired by snowflake and sonyflake, supports normal ID generation for clock-back scenarios.
Project URL

Project URL

https://github.com/johnqxu/crystal-flake
Source Code Management

Source Code Management

https://github.com/johnqxu/crystal-flake

Download crystal-flake

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.11
org.springframework : spring-context jar 5.3.17
org.jacoco : org.jacoco.agent jar 0.8.8

provided (1)

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

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.powermock : powermock-module-junit4 jar 2.0.9
org.powermock : powermock-api-mockito2 jar 2.0.9
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0