MVN

io.github.52ylx : lxboot

Maven & Gradle

Aug 22, 2023
0 stars

lxboot · 使用文档: https://gitee.com/y_lx/lxcloud/blob/master/lxboot/readme.md

<dependency>
    <groupId>io.github.52ylx</groupId>
    <artifactId>lxboot</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.52ylx : lxboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of io.github.52ylx : lxboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
lxboot-2.6.1
lxboot-2.6.0
2.5.x
lxboot-2.5.9
lxboot-2.5.8
lxboot-2.5.7
lxboot-2.5.6
lxboot-2.5.5
lxboot-2.5.3
lxboot-2.5.0
2.4.x
lxboot-2.4.9
lxboot-2.4.8
lxboot-2.4.7
lxboot-2.4.5
lxboot-2.4.4
lxboot-2.4.3
lxboot-2.4.2
lxboot-2.4.1
lxboot-2.4.0
2.3.x
lxboot-2.3.8
lxboot-2.3.7
lxboot-2.3.5
lxboot-2.3.4
lxboot-2.3.3
lxboot-2.3.2
lxboot-2.3.1
lxboot-2.3.0
2.2.x
lxboot-2.2.9
lxboot-2.2.8
lxboot-2.2.7
lxboot-2.2.6
lxboot-2.2.5
lxboot-2.2.4
lxboot-2.2.3
lxboot-2.2.2
lxboot-2.2.1
2.0.x
lxboot-2.0.6
lxboot-2.0.5
lxboot-2.0.4
lxboot-2.0.3
lxboot-2.0.2
lxboot-2.0.1
lxboot-2.0.0
1.2.x
lxboot-1.2.3
lxboot-1.2.2
lxboot-1.2.1
lxboot-1.2.0
1.1.x
lxboot-1.1.1
lxboot-1.1.0
1.0.x
lxboot-1.0.3
lxboot-1.0.2
lxboot-1.0.1
lxboot-1.0.0
0.1.x
lxboot-0.1.0
0.0.x
lxboot-0.0.4
lxboot-0.0.3
lxboot-0.0.2
lxboot-0.0.1

How to add a dependency to Maven

Add the following io.github.52ylx : lxboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.52ylx</groupId>
    <artifactId>lxboot</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.52ylx : lxboot gradle dependency to your build.gradle file:

implementation 'io.github.52ylx:lxboot:2.6.1'

Gradle Kotlin DSL: Add the following io.github.52ylx : lxboot gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.52ylx:lxboot:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.52ylx : lxboot sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.52ylx" % "lxboot" % "2.6.1"

Advertisement