is not current version
Last Version 1.0.5

com.littlenb:snowflake 1.0.1

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

GroupId

GroupId

com.littlenb
ArtifactId

ArtifactId

snowflake
Version

Version

1.0.1
Type

Type

jar

Download snowflake 1.0.1


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