MVN

xyz.downgoon : snowflake

Maven & Gradle

Sep 19, 2017
4 usages
122 stars

snowflake · java edition of Twitter Snowflake: a network service for generating unique ID numbers at high scale with some simple guarantees

<dependency>
    <groupId>xyz.downgoon</groupId>
    <artifactId>snowflake</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.downgoon : snowflake to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of xyz.downgoon : snowflake to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
snowflake-1.0.0

How to add a dependency to Maven

Add the following xyz.downgoon : snowflake maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.downgoon</groupId>
    <artifactId>snowflake</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.downgoon : snowflake gradle dependency to your build.gradle file:

implementation 'xyz.downgoon:snowflake:1.0.0'

Gradle Kotlin DSL: Add the following xyz.downgoon : snowflake gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.downgoon:snowflake:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.downgoon : snowflake sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.downgoon" % "snowflake" % "1.0.0"

Advertisement

Dependencies from Group

Sep 19, 2017
4 usages
122 stars
Dec 06, 2017
0 stars

Discover Dependencies

Mar 17, 2019
2 usages
2 stars
Aug 03, 2023
3 usages
0 stars
Aug 11, 2023
5 usages
147 stars
Mar 01, 2020
2 usages
354 stars
Aug 19, 2023
2 usages
70 stars
Jun 29, 2021
7 usages
May 14, 2023
2 usages
45 stars
Sep 08, 2021
4 usages
0 stars
May 30, 2018
7 usages
24 stars