Skip to content

Releases: mguenther/idem

0.1.0

26 Oct 17:31
Compare
Choose a tag to compare

This is the first release of Idem. Idem is a Java library that implements a decentralized, k-ordered approach to ID generation using Flake IDs. Idem comes with a couple of building blocks that are used to implement a variety of Flake IDs with differing characteristics. Currently, Idem realizes Flake-64 and Flake-128 IDs.

You can obtain the binaries from Maven central or include the dependency using the following Maven coordinates in your build.

Maven:

<dependency>
  <groupId>net.mguenther.idem</groupId>
  <artifactId>idem-core</artifactId>
  <version>0.1.0</version>
</dependency>

Gradle:

compile 'net.mguenther.idem:idem-core:0.1.0'