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