MVN

io.fabric8 : kube-api-test-parent

Maven & Gradle

Apr 18, 2024

Kube API Test Parent · Library to support testing against Kubernetes API server

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>kube-api-test-parent</artifactId>
    <version>6.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8 : kube-api-test-parent to add to Maven - Latest Versions:

  • Latest Stable: 6.12.1

All Versions

Choose a version of io.fabric8 : kube-api-test-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
6.12.x
kube-api-test-parent-6.12.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>kube-api-test-parent</artifactId>
    <version>6.12.1</version>
</dependency>

Advertisement