is not current version
Last Version 1.0.1

io.github.johnqxu:crystal-flake 1.0.0

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

GroupId

GroupId

io.github.johnqxu
ArtifactId

ArtifactId

crystal-flake
Version

Version

1.0.0
Type

Type

jar

Download crystal-flake 1.0.0


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