Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.zhukovaskychina |
ArtifactId | ArtifactIdwise-devops-spring-boot-starter |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.zhukovaskychina/wise-devops-spring-boot-starter/ -->
<dependency>
<groupId>io.github.zhukovaskychina</groupId>
<artifactId>wise-devops-spring-boot-starter</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhukovaskychina/wise-devops-spring-boot-starter/
implementation 'io.github.zhukovaskychina:wise-devops-spring-boot-starter:0.0.3'
// https://jarcasting.com/artifacts/io.github.zhukovaskychina/wise-devops-spring-boot-starter/
implementation ("io.github.zhukovaskychina:wise-devops-spring-boot-starter:0.0.3")
'io.github.zhukovaskychina:wise-devops-spring-boot-starter:jar:0.0.3'
<dependency org="io.github.zhukovaskychina" name="wise-devops-spring-boot-starter" rev="0.0.3">
<artifact name="wise-devops-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhukovaskychina', module='wise-devops-spring-boot-starter', version='0.0.3')
)
libraryDependencies += "io.github.zhukovaskychina" % "wise-devops-spring-boot-starter" % "0.0.3"
[io.github.zhukovaskychina/wise-devops-spring-boot-starter "0.0.3"]