<dependency>
<groupId>io.dekorate</groupId>
<artifactId>spring-boot-with-tekton-and-m2-pvc-example</artifactId>
<version>2.0.0-alpha-1</version>
</dependency>
implementation("io.dekorate:spring-boot-with-tekton-and-m2-pvc-example:2.0.0-alpha-1")
libraryDependencies += "io.dekorate" % "spring-boot-with-tekton-and-m2-pvc-example" % "2.0.0-alpha-1"
@Grapes(
@Grab(group='io.dekorate', module='spring-boot-with-tekton-and-m2-pvc-example', version='2.0.0-alpha-1')
)
<dependency org="io.dekorate" name="spring-boot-with-tekton-and-m2-pvc-example" rev="2.0.0-alpha-1" />
<parent> <groupId>io.dekorate</groupId> <artifactId>examples</artifactId> <version>2.0.0-alpha-1</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