is not current version
Last Version 1.0.0-rc5

com.simplyti.cloud:kube-client 0.0.1

Kubernetes api server client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.simplyti.cloud
ArtifactId

ArtifactId

kube-client
Version

Version

0.0.1
Type

Type

jar

Download kube-client 0.0.1


<!-- https://jarcasting.com/artifacts/com.simplyti.cloud/kube-client/ -->
<dependency>
    <groupId>com.simplyti.cloud</groupId>
    <artifactId>kube-client</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.simplyti.cloud/kube-client/
implementation 'com.simplyti.cloud:kube-client:0.0.1'
// https://jarcasting.com/artifacts/com.simplyti.cloud/kube-client/
implementation ("com.simplyti.cloud:kube-client:0.0.1")
'com.simplyti.cloud:kube-client:jar:0.0.1'
<dependency org="com.simplyti.cloud" name="kube-client" rev="0.0.1">
  <artifact name="kube-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simplyti.cloud', module='kube-client', version='0.0.1')
)
libraryDependencies += "com.simplyti.cloud" % "kube-client" % "0.0.1"
[com.simplyti.cloud/kube-client "0.0.1"]