| License |
License |
|---|---|
| Categories |
CategoriesKubernetes Container Virtualization Tools Net CLI User Interface |
| GroupId | GroupIdcom.marcnuri.yakc |
| ArtifactId | ArtifactIdkubernetes-client |
| Version | Version0.0.23 |
| Type | Typejar |
| Description |
DescriptionKubernetes Client
Kubernetes Retrofit2 based client to be used with com.marcnuri.yakc:kubernetes-api.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kubernetes-client-0.0.23.pom | |
| kubernetes-client-0.0.23.jar | 57 KB |
| kubernetes-client-0.0.23-sources.jar | 22 KB |
| kubernetes-client-0.0.23-javadoc.jar | 482 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.marcnuri.yakc/kubernetes-client/ -->
<dependency>
<groupId>com.marcnuri.yakc</groupId>
<artifactId>kubernetes-client</artifactId>
<version>0.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.marcnuri.yakc/kubernetes-client/
implementation 'com.marcnuri.yakc:kubernetes-client:0.0.23'
// https://jarcasting.com/artifacts/com.marcnuri.yakc/kubernetes-client/
implementation ("com.marcnuri.yakc:kubernetes-client:0.0.23")
'com.marcnuri.yakc:kubernetes-client:jar:0.0.23'
<dependency org="com.marcnuri.yakc" name="kubernetes-client" rev="0.0.23">
<artifact name="kubernetes-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marcnuri.yakc', module='kubernetes-client', version='0.0.23')
)
libraryDependencies += "com.marcnuri.yakc" % "kubernetes-client" % "0.0.23"
[com.marcnuri.yakc/kubernetes-client "0.0.23"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.marcnuri.yakc : kubernetes-client-api | jar | 0.0.23 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.1 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.65 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.65 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.assertj : assertj-core | jar | 3.18.1 |
| org.mockito : mockito-core | jar | 3.7.0 |