| License |
License |
|---|---|
| GroupId | GroupIdcom.struqt |
| ArtifactId | ArtifactIdstruqt-unique-id |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStruqt Unique ID
Unique ID generator inspired by Twitter's Snowflake
|
| Project Organization |
Project OrganizationThe Struqt Project |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| struqt-unique-id-1.2.0.pom | |
| struqt-unique-id-1.2.0.jar | 6 KB |
| struqt-unique-id-1.2.0-sources.jar | 5 KB |
| struqt-unique-id-1.2.0-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.struqt/struqt-unique-id/ -->
<dependency>
<groupId>com.struqt</groupId>
<artifactId>struqt-unique-id</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.struqt/struqt-unique-id/
implementation 'com.struqt:struqt-unique-id:1.2.0'
// https://jarcasting.com/artifacts/com.struqt/struqt-unique-id/
implementation ("com.struqt:struqt-unique-id:1.2.0")
'com.struqt:struqt-unique-id:jar:1.2.0'
<dependency org="com.struqt" name="struqt-unique-id" rev="1.2.0">
<artifact name="struqt-unique-id" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.struqt', module='struqt-unique-id', version='1.2.0')
)
libraryDependencies += "com.struqt" % "struqt-unique-id" % "1.2.0"
[com.struqt/struqt-unique-id "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.1.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.1.1 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |