<dependency>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>operator-framework-spring-boot-starter-samples-auto-configuration</artifactId>
<version>5.6.0</version>
</dependency>
implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:5.6.0'
implementation("io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:5.6.0")
libraryDependencies += "io.javaoperatorsdk" % "operator-framework-spring-boot-starter-samples-auto-configuration" % "5.6.0"
@Grapes(
@Grab(group='io.javaoperatorsdk', module='operator-framework-spring-boot-starter-samples-auto-configuration', version='5.6.0')
)
<dependency org="io.javaoperatorsdk" name="operator-framework-spring-boot-starter-samples-auto-configuration" rev="5.6.0" />
[io.javaoperatorsdk/operator-framework-spring-boot-starter-samples-auto-configuration "5.6.0"]
<parent> <groupId>io.javaoperatorsdk</groupId> <artifactId>operator-framework-spring-boot-starter-samples-parent</artifactId> <version>5.6.0</version> </parent>
compile
|-- io.javaoperatorsdk:operator-framework-spring-boot-starter
|-- io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-common
test
|-- org.springframework.boot:spring-boot-starter-test
|-- io.javaoperatorsdk:operator-framework-spring-boot-starter-test