<dependency>
<groupId>io.dekorate</groupId>
<artifactId>halkyon-example</artifactId>
<version>2.0.0-alpha-1</version>
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='halkyon-example', version='2.0.0-alpha-1')
)
<parent> <groupId>io.dekorate</groupId> <artifactId>examples</artifactId> <version>2.0.0-alpha-1</version> </parent>
compile
|-- io.dekorate:halkyon-annotations
|-- io.dekorate:kubernetes-annotations
|-- io.dekorate:dekorate-spring-boot
|-- org.springframework.boot:spring-boot-starter-web:2.1.13.RELEASE
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.platform:junit-platform-launcher
|-- org.junit.platform:junit-platform-runner
|-- org.springframework.boot:spring-boot-starter-test:2.1.13.RELEASE