snow-flake

Java code implements Twitter SnowFlake,generate unique ID for Long type(64 bits).

License

License

GroupId

GroupId

com.littlenb
ArtifactId

ArtifactId

snowflake
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

snow-flake
Java code implements Twitter SnowFlake,generate unique ID for Long type(64 bits).
Project URL

Project URL

https://github.com/svili365/snowflake

Download snowflake

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1