MVN

io.github.52ylx : lxboot-tk

Maven & Gradle

Jul 25, 2022
0 stars

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

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

Latest Version

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

  • Latest Stable: 2.2.0

All Versions

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

Version Vulnerabilities Updated
2.2.x
lxboot-tk-2.2.0
2.1.x
lxboot-tk-2.1.9
lxboot-tk-2.1.8
lxboot-tk-2.1.7
lxboot-tk-2.1.6
lxboot-tk-2.1.5
lxboot-tk-2.1.4
lxboot-tk-2.1.3
lxboot-tk-2.1.2
lxboot-tk-2.1.1
lxboot-tk-2.1.0
2.0.x
lxboot-tk-2.0.8
lxboot-tk-2.0.7
lxboot-tk-2.0.6
lxboot-tk-2.0.5
lxboot-tk-2.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.52ylx</groupId>
    <artifactId>lxboot-tk</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.52ylx:lxboot-tk:2.2.0'

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

implementation("io.github.52ylx:lxboot-tk:2.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.52ylx" % "lxboot-tk" % "2.2.0"

Advertisement