is not current version
Last Version 1.0.3

io.github.xiami0725:springboot-tool 1.0.2

springboot常用工具

GroupId

GroupId

io.github.xiami0725
ArtifactId

ArtifactId

springboot-tool
Version

Version

1.0.2
Type

Type

jar

Download springboot-tool 1.0.2


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