MVN

io.fabric8.kubeflix : hello-world-example

Maven & Gradle

Feb 04, 2017
267 stars

Kubeflix :: Examples :: Hello World

<dependency>
    <groupId>io.fabric8.kubeflix</groupId>
    <artifactId>hello-world-example</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.kubeflix : hello-world-example to add to Maven - Latest Versions:

  • Latest Stable: 1.0.28

All Versions

Choose a version of io.fabric8.kubeflix : hello-world-example to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
hello-world-example-1.0.28
hello-world-example-1.0.27
hello-world-example-1.0.26
hello-world-example-1.0.23
hello-world-example-1.0.22
hello-world-example-1.0.20
hello-world-example-1.0.18
hello-world-example-1.0.17
hello-world-example-1.0.16
hello-world-example-1.0.15
hello-world-example-1.0.14
hello-world-example-1.0.13
hello-world-example-1.0.12
hello-world-example-1.0.11
hello-world-example-1.0.10

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.fabric8.kubeflix</groupId>
    <artifactId>hello-world-example</artifactId>
    <version>1.0.28</version>
</dependency>

Advertisement