is not current version
Last Version 3.0.2

springboot-common 1.0.28

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

License

License

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-common
Version

Version

1.0.28
Type

Type

jar
Description

Description

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

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/springboot-common

Download springboot-common 1.0.28


<!-- 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"]

Dependencies

compile (11)

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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test Optional jar 2.2.2.RELEASE

Project Modules

There are no modules declared in this project.