| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.dreamlu |
| ArtifactId | ArtifactIdlutool-boot |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLuTool
An enhanced toolkit of Spring boot to simplify development.
|
| Filename | Size |
|---|---|
| lutool-boot-2.0.1.pom | |
| lutool-boot-2.0.1.jar | 59 KB |
| lutool-boot-2.0.1-sources.jar | 35 KB |
| lutool-boot-2.0.1-javadoc.jar | 195 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.dreamlu/lutool-boot/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>lutool-boot</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/lutool-boot/
implementation 'net.dreamlu:lutool-boot:2.0.1'
// https://jarcasting.com/artifacts/net.dreamlu/lutool-boot/
implementation ("net.dreamlu:lutool-boot:2.0.1")
'net.dreamlu:lutool-boot:jar:2.0.1'
<dependency org="net.dreamlu" name="lutool-boot" rev="2.0.1">
<artifact name="lutool-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='lutool-boot', version='2.0.1')
)
libraryDependencies += "net.dreamlu" % "lutool-boot" % "2.0.1"
[net.dreamlu/lutool-boot "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.dreamlu : lutool-core | jar | 2.0.1 |
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.springframework : spring-expression Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | |
| org.projectlombok : lombok | jar | 1.16.20 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| org.springframework.boot : spring-boot-starter-web | jar | |
| io.springfox : springfox-swagger2 | jar | 2.8.0 |
| io.springfox : springfox-bean-validators | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |