f

flake4j

A Java implementation of the Flake decentralized, k-ordered ID generation algorithm by Boundary
https://github.com/charithe/flake4j
The Apache License, Version 2.0
Charith Ellawala
Files download
File Operation
flake4j-1.0.2.jar download
flake4j-1.0.2.pom download
flake4j-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.charithe</groupId>
  <artifactId>flake4j</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.charithe:flake4j:1.0.2'
Gradle Kotlin
implementation("com.github.charithe:flake4j:1.0.2")
Scala SBT
libraryDependencies += "com.github.charithe" % "flake4j" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.charithe', module='flake4j', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.charithe" name="flake4j" rev="1.0.2" />
Leiningen
[com.github.charithe/flake4j "1.0.2"]
Apache Buildr
'com.github.charithe:flake4j:jar:1.0.2'