Last Version

[Idem] Core Generators and Encoders 0.1.0

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.

License

License

Categories

Categories

IDE Development Tools Net
GroupId

GroupId

net.mguenther.idem
ArtifactId

ArtifactId

idem-core
Version

Version

0.1.0
Type

Type

jar
Description

Description

[Idem] Core Generators and Encoders
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.
Project URL

Project URL

https://github.com/mguenther/idem
Source Code Management

Source Code Management

https://github.com/mguenther/idem/tree/master/idem-core

Download idem-core 0.1.0


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
com.google.guava : guava jar 23.0

Project Modules

There are no modules declared in this project.