Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools |
---|---|
GroupId | GroupIdorg.antframework.idcenter |
ArtifactId | ArtifactIdidcenter-spring-boot-starter |
Version | Version1.5.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.antframework.idcenter/idcenter-spring-boot-starter/ -->
<dependency>
<groupId>org.antframework.idcenter</groupId>
<artifactId>idcenter-spring-boot-starter</artifactId>
<version>1.5.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.antframework.idcenter/idcenter-spring-boot-starter/
implementation 'org.antframework.idcenter:idcenter-spring-boot-starter:1.5.0.RELEASE'
// https://jarcasting.com/artifacts/org.antframework.idcenter/idcenter-spring-boot-starter/
implementation ("org.antframework.idcenter:idcenter-spring-boot-starter:1.5.0.RELEASE")
'org.antframework.idcenter:idcenter-spring-boot-starter:jar:1.5.0.RELEASE'
<dependency org="org.antframework.idcenter" name="idcenter-spring-boot-starter" rev="1.5.0.RELEASE">
<artifact name="idcenter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antframework.idcenter', module='idcenter-spring-boot-starter', version='1.5.0.RELEASE')
)
libraryDependencies += "org.antframework.idcenter" % "idcenter-spring-boot-starter" % "1.5.0.RELEASE"
[org.antframework.idcenter/idcenter-spring-boot-starter "1.5.0.RELEASE"]