License |
License |
---|---|
GroupId | GroupIdcom.github.hetianyi |
ArtifactId | ArtifactIdspringboot-common |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionspringboot-common
基于springboot开发的常用工具类总结。
|
Filename | Size |
---|---|
springboot-common-2.0.1.pom | |
springboot-common-2.0.1.jar | 71 KB |
springboot-common-2.0.1-sources.jar | 42 KB |
springboot-common-2.0.1-javadoc.jar | 302 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-common</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation 'com.github.hetianyi:springboot-common:2.0.1'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-common/
implementation ("com.github.hetianyi:springboot-common:2.0.1")
'com.github.hetianyi:springboot-common:jar:2.0.1'
<dependency org="com.github.hetianyi" name="springboot-common" rev="2.0.1">
<artifact name="springboot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-common', version='2.0.1')
)
libraryDependencies += "com.github.hetianyi" % "springboot-common" % "2.0.1"
[com.github.hetianyi/springboot-common "2.0.1"]
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.projectlombok : lombok Optional | jar | 1.18.20 |
com.google.guava : guava Optional | jar | 30.1.1-jre |
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test Optional | jar | 2.5.2 |
junit : junit | jar | 4.13.2 |