License |
License |
---|---|
Categories |
CategoriesKubernetes Container Virtualization Tools Net CLI User Interface |
GroupId | GroupIdio.alauda |
ArtifactId | ArtifactIdkubernetes-client |
Last Version | Last Version0.2.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAlauda :: Kubernetes :: Java Client
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kubernetes-client-0.2.10.pom | |
kubernetes-client-0.2.10.jar | 428 KB |
kubernetes-client-0.2.10-tests.jar | 31 KB |
kubernetes-client-0.2.10-sources.jar | 272 KB |
kubernetes-client-0.2.10-javadoc.jar | 1 MB |
kubernetes-client-0.2.10-bundle.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.alauda/kubernetes-client/ -->
<dependency>
<groupId>io.alauda</groupId>
<artifactId>kubernetes-client</artifactId>
<version>0.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.alauda/kubernetes-client/
implementation 'io.alauda:kubernetes-client:0.2.10'
// https://jarcasting.com/artifacts/io.alauda/kubernetes-client/
implementation ("io.alauda:kubernetes-client:0.2.10")
'io.alauda:kubernetes-client:jar:0.2.10'
<dependency org="io.alauda" name="kubernetes-client" rev="0.2.10">
<artifact name="kubernetes-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.alauda', module='kubernetes-client', version='0.2.10')
)
libraryDependencies += "io.alauda" % "kubernetes-client" % "0.2.10"
[io.alauda/kubernetes-client "0.2.10"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 1.1.0.Final |
io.alauda : kubernetes-model | jar | 0.2.12 |
com.squareup.okhttp3 : okhttp | jar | 3.9.1 |
com.squareup.okhttp3 : logging-interceptor | jar | 3.9.1 |
org.slf4j : slf4j-api | jar | 1.7.13 |
org.slf4j : jul-to-slf4j | jar | 1.7.13 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.7.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.7 |
com.fasterxml.jackson.core : jackson-core | jar | 2.7.7 |
io.fabric8 : zjsonpatch | jar | 0.3.0 |
com.github.mifmif : generex | jar | 1.0.1 |
io.sundr : builder-annotations Optional | jar | 0.3.12 |
org.apache.felix : org.apache.felix.scr.annotations Optional | jar | 1.9.12 |
Group / Artifact | Type | Version |
---|---|---|
io.fabric8 : mockwebserver | jar | 0.1.0 |
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.13 |