timeflake4j

Timeflake is a 128-bit, roughly-ordered, URL-safe UUID. Inspired by Twitter's Snowflake, Instagram's ID and Firebase's PushID.

License

License

GroupId

GroupId

am.ik.timeflake
ArtifactId

ArtifactId

timeflake4j
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

timeflake4j
Timeflake is a 128-bit, roughly-ordered, URL-safe UUID. Inspired by Twitter's Snowflake, Instagram's ID and Firebase's PushID.
Project URL

Project URL

https://github.com/making/timeflake4j
Source Code Management

Source Code Management

https://github.com/making/timeflake4j

Download timeflake4j

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework : spring-core Optional jar 5.3.9

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.2
org.junit.jupiter : junit-jupiter-params jar 5.7.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.assertj : assertj-core jar 3.20.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0