License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Net |
GroupId | GroupIdnet.mguenther.idem |
ArtifactId | ArtifactIdidem-parent |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Description[Idem] Parent
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
idem-parent-0.1.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.mguenther.idem/idem-parent/ -->
<dependency>
<groupId>net.mguenther.idem</groupId>
<artifactId>idem-parent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.mguenther.idem/idem-parent/
implementation 'net.mguenther.idem:idem-parent:0.1.0'
// https://jarcasting.com/artifacts/net.mguenther.idem/idem-parent/
implementation ("net.mguenther.idem:idem-parent:0.1.0")
'net.mguenther.idem:idem-parent:pom:0.1.0'
<dependency org="net.mguenther.idem" name="idem-parent" rev="0.1.0">
<artifact name="idem-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.mguenther.idem', module='idem-parent', version='0.1.0')
)
libraryDependencies += "net.mguenther.idem" % "idem-parent" % "0.1.0"
[net.mguenther.idem/idem-parent "0.1.0"]