MVN

com.leazxl : long-sys

Maven & Gradle

Jul 09, 2019
3 usages

基础框架-后台管理-用户、角色、权限管理

<dependency>
    <groupId>com.leazxl</groupId>
    <artifactId>long-sys</artifactId>
    <version>2.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.leazxl : long-sys to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.9

All Versions

Choose a version of com.leazxl : long-sys to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
long-sys-2.0.9
long-sys-2.0.8
1.0.x
long-sys-1.0.3
long-sys-1.0.1

How to add a dependency to Maven

Add the following com.leazxl : long-sys maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.leazxl</groupId>
    <artifactId>long-sys</artifactId>
    <version>2.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.leazxl : long-sys gradle dependency to your build.gradle file:

implementation 'com.leazxl:long-sys:2.0.9'

Gradle Kotlin DSL: Add the following com.leazxl : long-sys gradle kotlin dependency to your build.gradle.kts file:

implementation("com.leazxl:long-sys:2.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.leazxl : long-sys sbt scala dependency to your build.sbt file:

libraryDependencies += "com.leazxl" % "long-sys" % "2.0.9"

Advertisement