GroupId | GroupIdtop.goodz |
---|---|
ArtifactId | ArtifactIdspringboot-future-tools-starter |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.goodz/springboot-future-tools-starter/ -->
<dependency>
<groupId>top.goodz</groupId>
<artifactId>springboot-future-tools-starter</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.goodz/springboot-future-tools-starter/
implementation 'top.goodz:springboot-future-tools-starter:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/top.goodz/springboot-future-tools-starter/
implementation ("top.goodz:springboot-future-tools-starter:1.0.0-RELEASE")
'top.goodz:springboot-future-tools-starter:jar:1.0.0-RELEASE'
<dependency org="top.goodz" name="springboot-future-tools-starter" rev="1.0.0-RELEASE">
<artifact name="springboot-future-tools-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.goodz', module='springboot-future-tools-starter', version='1.0.0-RELEASE')
)
libraryDependencies += "top.goodz" % "springboot-future-tools-starter" % "1.0.0-RELEASE"
[top.goodz/springboot-future-tools-starter "1.0.0-RELEASE"]