MVN

io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-common

Maven & Gradle

Jul 19, 2023
22 stars

Java Operator SDK Spring Boot Starter - Samples - Common · Common artefacts for samples and tests

<dependency>
    <groupId>io.javaoperatorsdk</groupId>
    <artifactId>operator-framework-spring-boot-starter-samples-common</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-common 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-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
operator-framework-spring-boot-starter-samples-common-5.2.0
5.1.x
operator-framework-spring-boot-starter-samples-common-5.1.0
5.0.x
operator-framework-spring-boot-starter-samples-common-5.0.0
4.2.x
operator-framework-spring-boot-starter-samples-common-4.2.8
4.1.x
operator-framework-spring-boot-starter-samples-common-4.1.1
3.2.x
operator-framework-spring-boot-starter-samples-common-3.2.0

How to add a dependency to Maven

Add the following io.javaoperatorsdk : operator-framework-spring-boot-starter-samples-common 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-common</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-common gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement