l

lutool-core

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