is not current version
Last Version 3.0.2

springboot-common 2.0.0

基于springboot开发的常用工具类总结。

License

License

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-common
Version

Version

2.0.0
Type

Type

jar
Description

Description

springboot-common
基于springboot开发的常用工具类总结。

Download springboot-common 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/ -->
<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-common</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation 'com.github.hetianyi:springboot-common:2.0.0'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation ("com.github.hetianyi:springboot-common:2.0.0")
'com.github.hetianyi:springboot-common:jar:2.0.0'
<dependency org="com.github.hetianyi" name="springboot-common" rev="2.0.0">
  <artifact name="springboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-common', version='2.0.0')
)
libraryDependencies += "com.github.hetianyi" % "springboot-common" % "2.0.0"
[com.github.hetianyi/springboot-common "2.0.0"]

Dependencies

compile (12)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.4
org.apache.commons : commons-compress jar 1.20
commons-codec : commons-codec jar 1.15
org.springframework.boot : spring-boot-starter-web Optional jar 2.5.2
org.springframework.boot : spring-boot-starter-data-redis Optional jar 2.5.2
com.google.code.gson : gson jar 2.8.7
org.springframework.boot : spring-boot-starter-aop Optional jar 2.5.2
org.springframework.boot : spring-boot-starter-security Optional jar 2.5.2
com.baomidou : mybatis-plus-core jar 3.4.3.1
io.jsonwebtoken : jjwt jar 0.9.1
org.projectlombok : lombok Optional jar 1.18.20
com.google.guava : guava Optional jar 30.1.1-jre

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test Optional jar 2.5.2
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.