is not current version
Last Version 3.0.2

com.github.hetianyi:springboot-common 1.0.14

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

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-common
Version

Version

1.0.14
Type

Type

jar

Download springboot-common 1.0.14


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