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