l

lutool-core

An enhanced toolkit of Spring boot to simplify development.
https://gitee.com/dreamlu/LuTool
The MIT License (MIT)
Dreamlu
文件下载
文件名 操作
lutool-core-2.0.1.jar 下载
lutool-core-2.0.1.pom 下载
lutool-core-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.dreamlu</groupId>
  <artifactId>lutool-core</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.dreamlu:lutool-core:2.0.1'
Gradle Kotlin
implementation("net.dreamlu:lutool-core:2.0.1")
Scala SBT
libraryDependencies += "net.dreamlu" % "lutool-core" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.dreamlu', module='lutool-core', version='2.0.1')
)
Apache Ivy
<dependency org="net.dreamlu" name="lutool-core" rev="2.0.1" />
Leiningen
[net.dreamlu/lutool-core "2.0.1"]
Apache Buildr
'net.dreamlu:lutool-core:jar:2.0.1'