MVN

io.javaoperatorsdk : operator-framework-core

Maven & Gradle

Aug 16, 2023
9 usages
603 stars

Operator SDK - Framework - Core · Core framework for implementing Kubernetes operators

<dependency>
    <groupId>io.javaoperatorsdk</groupId>
    <artifactId>operator-framework-core</artifactId>
    <version>4.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.4.2
  • Latest Release Candidate: 3.0.0.RC5

All Versions

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

Version Vulnerabilities Updated
4.4.x
operator-framework-core-4.4.2
operator-framework-core-4.4.1
operator-framework-core-4.4.0
4.3.x
operator-framework-core-4.3.5
operator-framework-core-4.3.4
operator-framework-core-4.3.3
operator-framework-core-4.3.2
operator-framework-core-4.3.1
operator-framework-core-4.3.0
4.2.x
operator-framework-core-4.2.8
operator-framework-core-4.2.7
operator-framework-core-4.2.6
operator-framework-core-4.2.5
operator-framework-core-4.2.4
operator-framework-core-4.2.3
operator-framework-core-4.2.2
operator-framework-core-4.2.1
operator-framework-core-4.2.0
4.1.x
operator-framework-core-4.1.2
operator-framework-core-4.1.1
operator-framework-core-4.1.0
4.0.x
operator-framework-core-4.0.3
operator-framework-core-4.0.2
operator-framework-core-4.0.1
operator-framework-core-4.0.0
3.2.x
operator-framework-core-3.2.4
operator-framework-core-3.2.3
operator-framework-core-3.2.2
operator-framework-core-3.2.1
operator-framework-core-3.2.0
3.1.x
operator-framework-core-3.1.1
operator-framework-core-3.1.0
3.0.x
operator-framework-core-3.0.4
operator-framework-core-3.0.3
operator-framework-core-3.0.2
operator-framework-core-3.0.1
operator-framework-core-3.0.0
operator-framework-core-3.0.0.RC5
operator-framework-core-3.0.0.RC4
operator-framework-core-3.0.0.RC3
operator-framework-core-3.0.0.RC2
operator-framework-core-3.0.0.RC1
2.1.x
operator-framework-core-2.1.4
operator-framework-core-2.1.3
operator-framework-core-2.1.2
operator-framework-core-2.1.1
operator-framework-core-2.1.0
2.0.x
operator-framework-core-2.0.2
operator-framework-core-2.0.1
operator-framework-core-2.0.0
operator-framework-core-2.0.0-RC1
operator-framework-core-2.0.0-M1
1.10.x
operator-framework-core-1.10.2
operator-framework-core-1.10.1
operator-framework-core-1.10.0
1.9.x
operator-framework-core-1.9.11
operator-framework-core-1.9.10
operator-framework-core-1.9.9
operator-framework-core-1.9.8
operator-framework-core-1.9.7
operator-framework-core-1.9.6
operator-framework-core-1.9.5
operator-framework-core-1.9.4
operator-framework-core-1.9.3
operator-framework-core-1.9.2
operator-framework-core-1.9.1
operator-framework-core-1.9.0
1.8.x
operator-framework-core-1.8.4
operator-framework-core-1.8.3
operator-framework-core-1.8.2
operator-framework-core-1.8.1
operator-framework-core-1.8.0
1.7.x
operator-framework-core-1.7.5
operator-framework-core-1.7.4
operator-framework-core-1.7.3
operator-framework-core-1.7.2
operator-framework-core-1.7.1
operator-framework-core-1.7.0
1.6.x
operator-framework-core-1.6.2
operator-framework-core-1.6.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.javaoperatorsdk</groupId>
    <artifactId>operator-framework-core</artifactId>
    <version>4.4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.javaoperatorsdk:operator-framework-core:4.4.2'

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

implementation("io.javaoperatorsdk:operator-framework-core:4.4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.javaoperatorsdk" % "operator-framework-core" % "4.4.2"