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