MVN

com.github.luoshu-open : luoshu-auth-core

Maven & Gradle

Oct 02, 2021
1 usages
57.5k stars
<dependency>
    <groupId>com.github.luoshu-open</groupId>
    <artifactId>luoshu-auth-core</artifactId>
    <version>0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.21

All Versions

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

Version Vulnerabilities Updated
0.21
luoshu-auth-core-0.21
0.12
luoshu-auth-core-0.12
0.11
luoshu-auth-core-0.11
0.2
luoshu-auth-core-0.2
0.1
luoshu-auth-core-0.1
0.01
luoshu-auth-core-0.01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.luoshu-open</groupId>
    <artifactId>luoshu-auth-core</artifactId>
    <version>0.21</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.luoshu-open:luoshu-auth-core:0.21'

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

implementation("com.github.luoshu-open:luoshu-auth-core:0.21")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.luoshu-open" % "luoshu-auth-core" % "0.21"

Advertisement