o

operator-framework-spring-boot-starter-samples-auto-configuration

Sample usage with Spring Boot
Files download
File Operation
operator-framework-spring-boot-starter-samples-auto-configuration-5.4.3.jar download
operator-framework-spring-boot-starter-samples-auto-configuration-5.4.3.pom download
operator-framework-spring-boot-starter-samples-auto-configuration-5.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.javaoperatorsdk</groupId>
  <artifactId>operator-framework-spring-boot-starter-samples-auto-configuration</artifactId>
  <version>5.4.3</version>
</dependency>
Gradle Groovy
implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:5.4.3'
Gradle Kotlin
implementation("io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:5.4.3")
Scala SBT
libraryDependencies += "io.javaoperatorsdk" % "operator-framework-spring-boot-starter-samples-auto-configuration" % "5.4.3"
Groovy Grape
@Grapes(
  @Grab(group='io.javaoperatorsdk', module='operator-framework-spring-boot-starter-samples-auto-configuration', version='5.4.3')
)
Apache Ivy
<dependency org="io.javaoperatorsdk" name="operator-framework-spring-boot-starter-samples-auto-configuration" rev="5.4.3" />
Leiningen
[io.javaoperatorsdk/operator-framework-spring-boot-starter-samples-auto-configuration "5.4.3"]
Apache Buildr
'io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:jar:5.4.3'