MVN

com.github.luoshu-open : luoshu-util

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.31

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement