MVN

no.skatteetaten.aurora.kubernetes : kubernetes-reactor-coroutines-client

Maven & Gradle

May 21, 2021
2 stars

Kubernetes reactor coroutines client · Http client for communicating with Kubernetes

<dependency>
    <groupId>no.skatteetaten.aurora.kubernetes</groupId>
    <artifactId>kubernetes-reactor-coroutines-client</artifactId>
    <version>1.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.skatteetaten.aurora.kubernetes : kubernetes-reactor-coroutines-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.12

All Versions

Choose a version of no.skatteetaten.aurora.kubernetes : kubernetes-reactor-coroutines-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
kubernetes-reactor-coroutines-client-1.3.12
kubernetes-reactor-coroutines-client-1.3.11
kubernetes-reactor-coroutines-client-1.3.10
kubernetes-reactor-coroutines-client-1.3.9
kubernetes-reactor-coroutines-client-1.3.8
kubernetes-reactor-coroutines-client-1.3.7
kubernetes-reactor-coroutines-client-1.3.4
kubernetes-reactor-coroutines-client-1.3.2
kubernetes-reactor-coroutines-client-1.3.1
kubernetes-reactor-coroutines-client-1.3.0
1.2.x
kubernetes-reactor-coroutines-client-1.2.11
kubernetes-reactor-coroutines-client-1.2.10
kubernetes-reactor-coroutines-client-1.2.9
kubernetes-reactor-coroutines-client-1.2.8
kubernetes-reactor-coroutines-client-1.2.7
kubernetes-reactor-coroutines-client-1.2.6
kubernetes-reactor-coroutines-client-1.2.5
kubernetes-reactor-coroutines-client-1.2.4
kubernetes-reactor-coroutines-client-1.2.3
kubernetes-reactor-coroutines-client-1.2.2
kubernetes-reactor-coroutines-client-1.2.1
kubernetes-reactor-coroutines-client-1.2.0
1.1.x
kubernetes-reactor-coroutines-client-1.1.1
kubernetes-reactor-coroutines-client-1.1.0
1.0.x
kubernetes-reactor-coroutines-client-1.0.1
kubernetes-reactor-coroutines-client-1.0.0

How to add a dependency to Maven

Add the following no.skatteetaten.aurora.kubernetes : kubernetes-reactor-coroutines-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.skatteetaten.aurora.kubernetes</groupId>
    <artifactId>kubernetes-reactor-coroutines-client</artifactId>
    <version>1.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.skatteetaten.aurora.kubernetes : kubernetes-reactor-coroutines-client gradle dependency to your build.gradle file:

implementation 'no.skatteetaten.aurora.kubernetes:kubernetes-reactor-coroutines-client:1.3.12'

Gradle Kotlin DSL: Add the following no.skatteetaten.aurora.kubernetes : kubernetes-reactor-coroutines-client gradle kotlin dependency to your build.gradle.kts file:

implementation("no.skatteetaten.aurora.kubernetes:kubernetes-reactor-coroutines-client:1.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.skatteetaten.aurora.kubernetes : kubernetes-reactor-coroutines-client sbt scala dependency to your build.sbt file:

libraryDependencies += "no.skatteetaten.aurora.kubernetes" % "kubernetes-reactor-coroutines-client" % "1.3.12"