MVN

com.github.yingzhuo : kushan-snowflake-client

Maven & Gradle

May 29, 2019
<dependency>
    <groupId>com.github.yingzhuo</groupId>
    <artifactId>kushan-snowflake-client</artifactId>
    <version>v1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yingzhuo : kushan-snowflake-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.0.2

All Versions

Choose a version of com.github.yingzhuo : kushan-snowflake-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.0.x
kushan-snowflake-client-v1.0.2
kushan-snowflake-client-v1.0.1
kushan-snowflake-client-v1.0.0

How to add a dependency to Maven

Add the following com.github.yingzhuo : kushan-snowflake-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.yingzhuo</groupId>
    <artifactId>kushan-snowflake-client</artifactId>
    <version>v1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yingzhuo : kushan-snowflake-client gradle dependency to your build.gradle file:

implementation 'com.github.yingzhuo:kushan-snowflake-client:v1.0.2'

Gradle Kotlin DSL: Add the following com.github.yingzhuo : kushan-snowflake-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yingzhuo:kushan-snowflake-client:v1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yingzhuo : kushan-snowflake-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yingzhuo" % "kushan-snowflake-client" % "v1.0.2"