MVN

com.itxiaoer.commons : commons-snowflake

Maven & Gradle

Aug 30, 2020
1 usages
3 stars
<dependency>
    <groupId>com.itxiaoer.commons</groupId>
    <artifactId>commons-snowflake</artifactId>
    <version>2.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.itxiaoer.commons : commons-snowflake to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.4

All Versions

Choose a version of com.itxiaoer.commons : commons-snowflake to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
commons-snowflake-2.3.4
commons-snowflake-2.3.3
2.2.x
commons-snowflake-2.2.26
commons-snowflake-2.2.25
commons-snowflake-2.2.24
commons-snowflake-2.2.23
commons-snowflake-2.2.22
commons-snowflake-2.2.21
commons-snowflake-2.2.20
commons-snowflake-2.2.19
commons-snowflake-2.2.18
commons-snowflake-2.2.17
commons-snowflake-2.2.15
commons-snowflake-2.2.14
commons-snowflake-2.2.13
commons-snowflake-2.2.12
commons-snowflake-2.2.11
commons-snowflake-2.2.10
commons-snowflake-2.2.9
commons-snowflake-2.2.8
commons-snowflake-2.2.7
commons-snowflake-2.2.6
commons-snowflake-2.2.5
commons-snowflake-2.2.4
commons-snowflake-2.2.3
commons-snowflake-2.2.2
commons-snowflake-2.2.1
commons-snowflake-2.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.itxiaoer.commons</groupId>
    <artifactId>commons-snowflake</artifactId>
    <version>2.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.itxiaoer.commons : commons-snowflake gradle dependency to your build.gradle file:

implementation 'com.itxiaoer.commons:commons-snowflake:2.3.4'

Gradle Kotlin DSL: Add the following com.itxiaoer.commons : commons-snowflake gradle kotlin dependency to your build.gradle.kts file:

implementation("com.itxiaoer.commons:commons-snowflake:2.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.itxiaoer.commons : commons-snowflake sbt scala dependency to your build.sbt file:

libraryDependencies += "com.itxiaoer.commons" % "commons-snowflake" % "2.3.4"