License |
License |
---|---|
GroupId | GroupIdcom.github.hetianyi |
ArtifactId | ArtifactIdspringboot-common |
Version | Version1.0.28 |
Type | Typejar |
Description |
Descriptionspringboot-common
基于springboot开发的常用工具类总结。
|
Project URL |
Project URL |
Filename | Size |
---|---|
springboot-common-1.0.28.pom | |
springboot-common-1.0.28.jar | 64 KB |
springboot-common-1.0.28-sources.jar | 39 KB |
springboot-common-1.0.28-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-common</artifactId>
<version>1.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation 'com.github.hetianyi:springboot-common:1.0.28'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation ("com.github.hetianyi:springboot-common:1.0.28")
'com.github.hetianyi:springboot-common:jar:1.0.28'
<dependency org="com.github.hetianyi" name="springboot-common" rev="1.0.28">
<artifact name="springboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-common', version='1.0.28')
)
libraryDependencies += "com.github.hetianyi" % "springboot-common" % "1.0.28"
[com.github.hetianyi/springboot-common "1.0.28"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.9.3 |
org.apache.commons : commons-compress | jar | 1.19 |
commons-codec : commons-codec | jar | 1.10 |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | 2.2.2.RELEASE |
com.google.code.gson : gson | jar | 2.8.5 |
org.springframework.boot : spring-boot-starter-aop Optional | jar | 2.2.2.RELEASE |
com.baomidou : mybatis-plus-core | jar | 3.3.0 |
io.jsonwebtoken : jjwt | jar | 0.9.1 |
org.projectlombok : lombok Optional | jar | 1.18.10 |
com.google.guava : guava Optional | jar | 28.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.2.2.RELEASE |