License |
License |
---|---|
GroupId | GroupIdcom.github.hetianyi |
ArtifactId | ArtifactIdspringboot-common |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringboot Common
基于springboot开发的常用工具类
|
Project URL |
Project URL |
Filename | Size |
---|---|
springboot-common-3.0.2.pom | |
springboot-common-3.0.2.jar | 56 KB |
springboot-common-3.0.2-sources.jar | 33 KB |
springboot-common-3.0.2-javadoc.jar | 241 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-common</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation 'com.github.hetianyi:springboot-common:3.0.2'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation ("com.github.hetianyi:springboot-common:3.0.2")
'com.github.hetianyi:springboot-common:jar:3.0.2'
<dependency org="com.github.hetianyi" name="springboot-common" rev="3.0.2">
<artifact name="springboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-common', version='3.0.2')
)
libraryDependencies += "com.github.hetianyi" % "springboot-common" % "3.0.2"
[com.github.hetianyi/springboot-common "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.7 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
com.google.guava : guava Optional | jar | 30.1.1-jre |
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.apache.commons : commons-compress Optional | jar | 1.20 |
commons-codec : commons-codec | jar | 1.15 |
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 |
org.springframework.boot : spring-boot-starter-aop Optional | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-security Optional | jar | 2.2.2.RELEASE |
com.baomidou : mybatis-plus-boot-starter Optional | jar | 3.4.3.1 |
io.jsonwebtoken : jjwt Optional | jar | 0.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.2.2.RELEASE |
junit : junit | jar | 4.13.2 |