How to install the Java artifact io.fabric8.apps.fabric8-console with Maven
Java
Maven
pom.xml
io.fabric8.apps
fabric8-console
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.fabric8.apps</groupId>
<artifactId>fabric8-console</artifactId>
<version>2.2.182</version>
</dependency>
/dependencies>