MVN

com.simplyti.cloud : kube-client

Maven & Gradle

Apr 06, 2018
0 stars

Kubernetes client · Kubernetes api server client

<dependency>
    <groupId>com.simplyti.cloud</groupId>
    <artifactId>kube-client</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.simplyti.cloud : kube-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1
  • Latest Release Candidate: 1.0.0-rc5

All Versions

Choose a version of com.simplyti.cloud : kube-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kube-client-1.0.0-rc5
kube-client-1.0.0-rc4
kube-client-1.0.0-rc3
kube-client-1.0.0-rc2
kube-client-1.0.0-rc1
0.0.x
kube-client-0.0.1

How to add a dependency to Maven

Add the following com.simplyti.cloud : kube-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.simplyti.cloud</groupId>
    <artifactId>kube-client</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.simplyti.cloud : kube-client gradle dependency to your build.gradle file:

implementation 'com.simplyti.cloud:kube-client:0.0.1'

Gradle Kotlin DSL: Add the following com.simplyti.cloud : kube-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.simplyti.cloud:kube-client:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.simplyti.cloud : kube-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.simplyti.cloud" % "kube-client" % "0.0.1"