<dependency>
<groupId>io.dekorate</groupId>
<artifactId>spring-boot-with-fmp-on-kubernetes-example</artifactId>
<version>0.11.9</version>
</dependency>
libraryDependencies += "io.dekorate" % "spring-boot-with-fmp-on-kubernetes-example" % "0.11.9"
@Grapes(
@Grab(group='io.dekorate', module='spring-boot-with-fmp-on-kubernetes-example', version='0.11.9')
)
<dependency org="io.dekorate" name="spring-boot-with-fmp-on-kubernetes-example" rev="0.11.9" />
<parent> <groupId>io.dekorate</groupId> <artifactId>examples</artifactId> <version>0.11.9</version> </parent>
compile
|-- io.dekorate:option-annotations
|-- io.dekorate:openshift-annotations
|-- io.dekorate:dekorate-spring-boot
|-- org.springframework.boot:spring-boot-starter-web:2.1.13.RELEASE
test