MVN

com.github.wwytake : uid-springboot

Maven & Gradle

Apr 27, 2020
3 stars

UID-Generator-Springboot · An unique id generator

<dependency>
    <groupId>com.github.wwytake</groupId>
    <artifactId>uid-springboot</artifactId>
    <version>2.0.2-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wwytake : uid-springboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2-release

All Versions

Choose a version of com.github.wwytake : uid-springboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
uid-springboot-2.0.2-release

How to add a dependency to Maven

Add the following com.github.wwytake : uid-springboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wwytake</groupId>
    <artifactId>uid-springboot</artifactId>
    <version>2.0.2-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wwytake : uid-springboot gradle dependency to your build.gradle file:

implementation 'com.github.wwytake:uid-springboot:2.0.2-release'

Gradle Kotlin DSL: Add the following com.github.wwytake : uid-springboot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wwytake:uid-springboot:2.0.2-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wwytake : uid-springboot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wwytake" % "uid-springboot" % "2.0.2-release"