| License |
License |
|---|---|
| GroupId | GroupIdcn.xx996 |
| ArtifactId | ArtifactIdspringboot-tool |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionspringboot-tool
springboot常用工具
|
| Filename | Size |
|---|---|
| springboot-tool-1.0.0.pom | |
| springboot-tool-1.0.0.jar | 22 KB |
| springboot-tool-1.0.0-sources.jar | 13 KB |
| springboot-tool-1.0.0-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.xx996/springboot-tool/ -->
<dependency>
<groupId>cn.xx996</groupId>
<artifactId>springboot-tool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xx996/springboot-tool/
implementation 'cn.xx996:springboot-tool:1.0.0'
// https://jarcasting.com/artifacts/cn.xx996/springboot-tool/
implementation ("cn.xx996:springboot-tool:1.0.0")
'cn.xx996:springboot-tool:jar:1.0.0'
<dependency org="cn.xx996" name="springboot-tool" rev="1.0.0">
<artifact name="springboot-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xx996', module='springboot-tool', version='1.0.0')
)
libraryDependencies += "cn.xx996" % "springboot-tool" % "1.0.0"
[cn.xx996/springboot-tool "1.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 |