Files download
File Operation
kubernetes-reactor-coroutines-client-1.3.12.jar download
kubernetes-reactor-coroutines-client-1.3.12.pom download
kubernetes-reactor-coroutines-client-1.3.12-sources.jar download
Apache Maven
<dependency>
  <groupId>no.skatteetaten.aurora.kubernetes</groupId>
  <artifactId>kubernetes-reactor-coroutines-client</artifactId>
  <version>1.3.12</version>
</dependency>
Gradle Groovy
implementation 'no.skatteetaten.aurora.kubernetes:kubernetes-reactor-coroutines-client:1.3.12'
Gradle Kotlin
implementation("no.skatteetaten.aurora.kubernetes:kubernetes-reactor-coroutines-client:1.3.12")
Scala SBT
libraryDependencies += "no.skatteetaten.aurora.kubernetes" % "kubernetes-reactor-coroutines-client" % "1.3.12"
Groovy Grape
@Grapes(
  @Grab(group='no.skatteetaten.aurora.kubernetes', module='kubernetes-reactor-coroutines-client', version='1.3.12')
)
Apache Ivy
<dependency org="no.skatteetaten.aurora.kubernetes" name="kubernetes-reactor-coroutines-client" rev="1.3.12" />
Leiningen
[no.skatteetaten.aurora.kubernetes/kubernetes-reactor-coroutines-client "1.3.12"]
Apache Buildr
'no.skatteetaten.aurora.kubernetes:kubernetes-reactor-coroutines-client:jar:1.3.12'