is not current version
Last Version 1.0.2

com.github.charithe:flake4j 1.0.0

A Java implementation of the Flake decentralized, k-ordered ID generation algorithm by Boundary

GroupId

GroupId

com.github.charithe
ArtifactId

ArtifactId

flake4j
Version

Version

1.0.0
Type

Type

jar

Download flake4j 1.0.0


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