<dependency>
<groupId>io.dekorate</groupId>
<artifactId>spring-boot-on-kubernetes-without-annotations</artifactId>
<version>2.0.0-alpha-1</version>
</dependency>
implementation 'io.dekorate:spring-boot-on-kubernetes-without-annotations:2.0.0-alpha-1'
implementation("io.dekorate:spring-boot-on-kubernetes-without-annotations:2.0.0-alpha-1")
libraryDependencies += "io.dekorate" % "spring-boot-on-kubernetes-without-annotations" % "2.0.0-alpha-1"
@Grapes(
@Grab(group='io.dekorate', module='spring-boot-on-kubernetes-without-annotations', version='2.0.0-alpha-1')
)
<dependency org="io.dekorate" name="spring-boot-on-kubernetes-without-annotations" rev="2.0.0-alpha-1" />