s

snowflake

A source of k-ordered unique 64-bit integers.
http://github.com/relops/snowflake
The MIT License
Ben Hood
Files download
File Operation
snowflake-1.1.jar download
snowflake-1.1.pom download
snowflake-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.relops</groupId>
  <artifactId>snowflake</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.relops:snowflake:1.1'
Gradle Kotlin
implementation("com.relops:snowflake:1.1")
Scala SBT
libraryDependencies += "com.relops" % "snowflake" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.relops', module='snowflake', version='1.1')
)
Apache Ivy
<dependency org="com.relops" name="snowflake" rev="1.1" />
Leiningen
[com.relops/snowflake "1.1"]
Apache Buildr
'com.relops:snowflake:jar:1.1'
Dependencies
The project has no third-party dependencies