Last Version

snow-flake 1.0.5

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

License

License

GroupId

GroupId

com.littlenb
ArtifactId

ArtifactId

snowflake
Version

Version

1.0.5
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 1.0.5


<!-- 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.