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