| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdcn.xx996 |
| ArtifactId | ArtifactIdspringboot-tool |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspringboot-tool
springboot常用工具
|
| Filename | Size |
|---|---|
| springboot-tool-2.0.0.pom | |
| springboot-tool-2.0.0.jar | 21 KB |
| springboot-tool-2.0.0-sources.jar | 12 KB |
| springboot-tool-2.0.0-javadoc.jar | 142 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.xx996/springboot-tool/ -->
<dependency>
<groupId>cn.xx996</groupId>
<artifactId>springboot-tool</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xx996/springboot-tool/
implementation 'cn.xx996:springboot-tool:2.0.0'
// https://jarcasting.com/artifacts/cn.xx996/springboot-tool/
implementation ("cn.xx996:springboot-tool:2.0.0")
'cn.xx996:springboot-tool:jar:2.0.0'
<dependency org="cn.xx996" name="springboot-tool" rev="2.0.0">
<artifact name="springboot-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xx996', module='springboot-tool', version='2.0.0')
)
libraryDependencies += "cn.xx996" % "springboot-tool" % "2.0.0"
[cn.xx996/springboot-tool "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.auth0 : java-jwt | jar | 3.8.1 |
| org.jasypt : jasypt | jar | 1.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.5.3 |
| cn.hutool : hutool-all | jar | 4.6.6 |