Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.arcblock.forge |
ArtifactId | ArtifactIdabtdid-spring-boot-starter |
Version | Version1.0.9 |
Type | Typepom |
Filename | Size |
---|---|
abtdid-spring-boot-starter-1.0.9.pom | |
abtdid-spring-boot-starter-1.0.9.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.arcblock.forge/abtdid-spring-boot-starter/ -->
<dependency>
<groupId>io.arcblock.forge</groupId>
<artifactId>abtdid-spring-boot-starter</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.arcblock.forge/abtdid-spring-boot-starter/
implementation 'io.arcblock.forge:abtdid-spring-boot-starter:1.0.9'
// https://jarcasting.com/artifacts/io.arcblock.forge/abtdid-spring-boot-starter/
implementation ("io.arcblock.forge:abtdid-spring-boot-starter:1.0.9")
'io.arcblock.forge:abtdid-spring-boot-starter:pom:1.0.9'
<dependency org="io.arcblock.forge" name="abtdid-spring-boot-starter" rev="1.0.9">
<artifact name="abtdid-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.arcblock.forge', module='abtdid-spring-boot-starter', version='1.0.9')
)
libraryDependencies += "io.arcblock.forge" % "abtdid-spring-boot-starter" % "1.0.9"
[io.arcblock.forge/abtdid-spring-boot-starter "1.0.9"]