GroupId | GroupIdio.github.xiami0725 |
---|---|
ArtifactId | ArtifactIdspringboot-tool |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
springboot-tool-1.0.0.pom | |
springboot-tool-1.0.0.jar | 22 KB |
springboot-tool-1.0.0-sources.jar | 12 KB |
springboot-tool-1.0.0-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xiami0725/springboot-tool/ -->
<dependency>
<groupId>io.github.xiami0725</groupId>
<artifactId>springboot-tool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xiami0725/springboot-tool/
implementation 'io.github.xiami0725:springboot-tool:1.0.0'
// https://jarcasting.com/artifacts/io.github.xiami0725/springboot-tool/
implementation ("io.github.xiami0725:springboot-tool:1.0.0")
'io.github.xiami0725:springboot-tool:jar:1.0.0'
<dependency org="io.github.xiami0725" name="springboot-tool" rev="1.0.0">
<artifact name="springboot-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xiami0725', module='springboot-tool', version='1.0.0')
)
libraryDependencies += "io.github.xiami0725" % "springboot-tool" % "1.0.0"
[io.github.xiami0725/springboot-tool "1.0.0"]