MVN

io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-auto-configuration

Maven & Gradle

Jul 19, 2023
22 stars

Java Operator SDK Spring Boot Starter - Samples - Auto Configuration · Sample usage with Spring Boot

<dependency>
    <groupId>io.javaoperatorsdk</groupId>
    <artifactId>operator-framework-spring-boot-starter-samples-auto-configuration</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-auto-configuration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0

All Versions

Choose a version of io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-auto-configuration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
operator-framework-spring-boot-starter-samples-auto-configuration-5.2.0
5.1.x
operator-framework-spring-boot-starter-samples-auto-configuration-5.1.0
5.0.x
operator-framework-spring-boot-starter-samples-auto-configuration-5.0.0
4.2.x
operator-framework-spring-boot-starter-samples-auto-configuration-4.2.8
4.1.x
operator-framework-spring-boot-starter-samples-auto-configuration-4.1.1
3.2.x
operator-framework-spring-boot-starter-samples-auto-configuration-3.2.0
3.0.x
operator-framework-spring-boot-starter-samples-auto-configuration-3.0.3
operator-framework-spring-boot-starter-samples-auto-configuration-3.0.2
operator-framework-spring-boot-starter-samples-auto-configuration-3.0.1
operator-framework-spring-boot-starter-samples-auto-configuration-3.0.0
2.3.x
operator-framework-spring-boot-starter-samples-auto-configuration-2.3.0
2.2.x
operator-framework-spring-boot-starter-samples-auto-configuration-2.2.0
2.1.x
operator-framework-spring-boot-starter-samples-auto-configuration-2.1.0
2.0.x
operator-framework-spring-boot-starter-samples-auto-configuration-2.0.1
operator-framework-spring-boot-starter-samples-auto-configuration-2.0.0

How to add a dependency to Maven

Add the following io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-auto-configuration maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.javaoperatorsdk</groupId>
    <artifactId>operator-framework-spring-boot-starter-samples-auto-configuration</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-auto-configuration gradle dependency to your build.gradle file:

implementation 'io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:5.2.0'

Gradle Kotlin DSL: Add the following io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-auto-configuration gradle kotlin dependency to your build.gradle.kts file:

implementation("io.javaoperatorsdk:operator-framework-spring-boot-starter-samples-auto-configuration:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-auto-configuration sbt scala dependency to your build.sbt file:

libraryDependencies += "io.javaoperatorsdk" % "operator-framework-spring-boot-starter-samples-auto-configuration" % "5.2.0"