is not current version
Last Version 1.0.0-rc5

com.simplyti.cloud:kube-client 1.0.0-rc3

Kubernetes api server client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.simplyti.cloud
ArtifactId

ArtifactId

kube-client
Version

Version

1.0.0-rc3
Type

Type

jar

Download kube-client 1.0.0-rc3


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