Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.suopovate |
ArtifactId | ArtifactIdvmt-spring-boot-starter |
Version | Version1.3.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.suopovate/vmt-spring-boot-starter/ -->
<dependency>
<groupId>io.github.suopovate</groupId>
<artifactId>vmt-spring-boot-starter</artifactId>
<version>1.3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.suopovate/vmt-spring-boot-starter/
implementation 'io.github.suopovate:vmt-spring-boot-starter:1.3.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.suopovate/vmt-spring-boot-starter/
implementation ("io.github.suopovate:vmt-spring-boot-starter:1.3.0-RELEASE")
'io.github.suopovate:vmt-spring-boot-starter:jar:1.3.0-RELEASE'
<dependency org="io.github.suopovate" name="vmt-spring-boot-starter" rev="1.3.0-RELEASE">
<artifact name="vmt-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.suopovate', module='vmt-spring-boot-starter', version='1.3.0-RELEASE')
)
libraryDependencies += "io.github.suopovate" % "vmt-spring-boot-starter" % "1.3.0-RELEASE"
[io.github.suopovate/vmt-spring-boot-starter "1.3.0-RELEASE"]