MVN

com.github.luoshu-open : luoshu-id

Maven & Gradle

Aug 18, 2022
68.2k stars
<dependency>
    <groupId>com.github.luoshu-open</groupId>
    <artifactId>luoshu-id</artifactId>
    <version>0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.luoshu-open : luoshu-id to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.31

All Versions

Choose a version of com.github.luoshu-open : luoshu-id to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.31
luoshu-id-0.31
0.29
luoshu-id-0.29
0.28
luoshu-id-0.28
0.27
luoshu-id-0.27
0.26
luoshu-id-0.26
0.23
luoshu-id-0.23
0.22
luoshu-id-0.22
0.21
luoshu-id-0.21
0.12
luoshu-id-0.12
0.11
luoshu-id-0.11
0.3
luoshu-id-0.3
0.2
luoshu-id-0.2
0.1
luoshu-id-0.1
0.01
luoshu-id-0.01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.luoshu-open</groupId>
    <artifactId>luoshu-id</artifactId>
    <version>0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.luoshu-open : luoshu-id gradle dependency to your build.gradle file:

implementation 'com.github.luoshu-open:luoshu-id:0.31'

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

implementation("com.github.luoshu-open:luoshu-id:0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.luoshu-open : luoshu-id sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.luoshu-open" % "luoshu-id" % "0.31"

Advertisement