MVN

io.javaoperatorsdk : operator-framework-samples-common

Maven & Gradle

Jan 07, 2022
5 usages
295 stars

Operator SDK - Samples - Common Files · Files shared between some of the samples

<dependency>
    <groupId>io.javaoperatorsdk</groupId>
    <artifactId>operator-framework-samples-common</artifactId>
    <version>1.10.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.javaoperatorsdk : operator-framework-samples-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.2

All Versions

Choose a version of io.javaoperatorsdk : operator-framework-samples-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
operator-framework-samples-common-1.10.2
operator-framework-samples-common-1.10.1
operator-framework-samples-common-1.10.0
1.9.x
operator-framework-samples-common-1.9.11
operator-framework-samples-common-1.9.10
operator-framework-samples-common-1.9.9
operator-framework-samples-common-1.9.8
operator-framework-samples-common-1.9.7
operator-framework-samples-common-1.9.6
operator-framework-samples-common-1.9.5
operator-framework-samples-common-1.9.4
operator-framework-samples-common-1.9.3
operator-framework-samples-common-1.9.2
operator-framework-samples-common-1.9.1
operator-framework-samples-common-1.9.0
1.8.x
operator-framework-samples-common-1.8.4
operator-framework-samples-common-1.8.3
operator-framework-samples-common-1.8.2
operator-framework-samples-common-1.8.1
operator-framework-samples-common-1.8.0
1.7.x
operator-framework-samples-common-1.7.5
operator-framework-samples-common-1.7.4
operator-framework-samples-common-1.7.3
operator-framework-samples-common-1.7.2
operator-framework-samples-common-1.7.1
operator-framework-samples-common-1.7.0
1.6.x
operator-framework-samples-common-1.6.2
operator-framework-samples-common-1.6.1
1.5.x
operator-framework-samples-common-1.5.0
1.4.x
operator-framework-samples-common-1.4.0
1.3.x
operator-framework-samples-common-1.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.javaoperatorsdk</groupId>
    <artifactId>operator-framework-samples-common</artifactId>
    <version>1.10.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.javaoperatorsdk : operator-framework-samples-common gradle dependency to your build.gradle file:

implementation 'io.javaoperatorsdk:operator-framework-samples-common:1.10.2'

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

implementation("io.javaoperatorsdk:operator-framework-samples-common:1.10.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.javaoperatorsdk" % "operator-framework-samples-common" % "1.10.2"

Advertisement