| License |
License |
|---|---|
| GroupId | GroupIdam.ik.timeflake |
| ArtifactId | ArtifactIdtimeflake4j |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontimeflake4j
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| timeflake4j-1.4.0.pom | |
| timeflake4j-1.4.0.jar | 9 KB |
| timeflake4j-1.4.0-sources.jar | 8 KB |
| timeflake4j-1.4.0-javadoc.jar | 39 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core Optional | jar | 5.3.9 |
| 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 |