| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.dreamlu |
| ArtifactId | ArtifactIdlutool-core |
| Last Version | Last Version2.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLuTool
An enhanced toolkit of Spring boot to simplify development.
|
| Filename | Size |
|---|---|
| lutool-core-2.0.3.pom | |
| lutool-core-2.0.3.jar | 33 KB |
| lutool-core-2.0.3-sources.jar | 21 KB |
| lutool-core-2.0.3-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.dreamlu/lutool-core/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>lutool-core</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/lutool-core/
implementation 'net.dreamlu:lutool-core:2.0.3'
// https://jarcasting.com/artifacts/net.dreamlu/lutool-core/
implementation ("net.dreamlu:lutool-core:2.0.3")
'net.dreamlu:lutool-core:jar:2.0.3'
<dependency org="net.dreamlu" name="lutool-core" rev="2.0.3">
<artifact name="lutool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='lutool-core', version='2.0.3')
)
libraryDependencies += "net.dreamlu" % "lutool-core" % "2.0.3"
[net.dreamlu/lutool-core "2.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | |
| org.springframework : spring-context | jar | |
| org.springframework : spring-expression | jar | |
| org.projectlombok : lombok | jar | 1.16.20 |
| org.springframework.data : spring-data-redis | jar | 2.0.7.RELEASE |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.5 |
| com.baomidou : mybatis-plus-generate | jar | 2.3 |
| io.springfox : springfox-swagger2 | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |