| License |
License |
|---|---|
| GroupId | GroupIdcom.littlenb |
| ArtifactId | ArtifactIdsnowflake |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsnow-flake
Java code implements Twitter SnowFlake,generate unique ID for Long type(64 bits).
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| snowflake-1.0.5.pom | |
| snowflake-1.0.5.jar | 14 KB |
| snowflake-1.0.5-sources.jar | 14 KB |
| snowflake-1.0.5-javadoc.jar | 104 KB |
| Browse |
<!-- 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"]