GroupId | GroupIdio.github.xiami0725 |
---|---|
ArtifactId | ArtifactIdspringboot-tool |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
springboot-tool-1.0.2.pom | |
springboot-tool-1.0.2.jar | 22 KB |
springboot-tool-1.0.2-sources.jar | 12 KB |
springboot-tool-1.0.2-javadoc.jar | 135 KB |
Browse |
<!-- 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"]