MVN

com.github.jerrymice.common : common-id-generator

Maven & Gradle

Sep 09, 2019
0 stars

com.github.jerrymice.common-id-generator · this id generator for snowflake arithmetic ,support spring boot and distributed deploy.

<dependency>
    <groupId>com.github.jerrymice.common</groupId>
    <artifactId>common-id-generator</artifactId>
    <version>0.0.2.beta7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jerrymice.common : common-id-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2.beta7
  • Latest Beta: 0.0.2.beta7

All Versions

Choose a version of com.github.jerrymice.common : common-id-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
common-id-generator-0.0.2.beta7
common-id-generator-0.0.2.beta6
common-id-generator-0.0.2.beta5
common-id-generator-0.0.2.beta4
common-id-generator-0.0.2.beta1

How to add a dependency to Maven

Add the following com.github.jerrymice.common : common-id-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jerrymice.common</groupId>
    <artifactId>common-id-generator</artifactId>
    <version>0.0.2.beta7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jerrymice.common : common-id-generator gradle dependency to your build.gradle file:

implementation 'com.github.jerrymice.common:common-id-generator:0.0.2.beta7'

Gradle Kotlin DSL: Add the following com.github.jerrymice.common : common-id-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jerrymice.common:common-id-generator:0.0.2.beta7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jerrymice.common : common-id-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jerrymice.common" % "common-id-generator" % "0.0.2.beta7"

Advertisement