Categories |
CategoriesSpring Boot Container Microservices Kubernetes Virtualization Tools Net |
---|---|
GroupId | GroupIdio.dekorate |
ArtifactId | ArtifactIdspring-boot-on-kubernetes-example |
Version | Version0.12.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dekorate/spring-boot-on-kubernetes-example/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>spring-boot-on-kubernetes-example</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/spring-boot-on-kubernetes-example/
implementation 'io.dekorate:spring-boot-on-kubernetes-example:0.12.2'
// https://jarcasting.com/artifacts/io.dekorate/spring-boot-on-kubernetes-example/
implementation ("io.dekorate:spring-boot-on-kubernetes-example:0.12.2")
'io.dekorate:spring-boot-on-kubernetes-example:jar:0.12.2'
<dependency org="io.dekorate" name="spring-boot-on-kubernetes-example" rev="0.12.2">
<artifact name="spring-boot-on-kubernetes-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='spring-boot-on-kubernetes-example', version='0.12.2')
)
libraryDependencies += "io.dekorate" % "spring-boot-on-kubernetes-example" % "0.12.2"
[io.dekorate/spring-boot-on-kubernetes-example "0.12.2"]