Download fabric8-4.0.99.jar file - Jar f

Jar examples for f:fabric8

Description

[Fabric8 Console](http://fabric8.io/v2/console.html) for working with Fabric8 and Kubernetes

You can download jar file fabric8 4.0.99 in this page.

License

Apache License

Build File

You can use the following script to add fabric8-4.0.99.jar to your project.

<dependency>
   <groupId>io.fabric8.platform.apps</groupId>
   <artifactId>fabric8</artifactId>
   <version>4.0.99</version>
</dependency>
compile group: 'io.fabric8.platform.apps', name: 'fabric8', version: '4.0.99'
libraryDependencies += "io.fabric8.platform.apps" % "fabric8" % "4.0.99"
<dependency org="io.fabric8.platform.apps" name="fabric8" rev="4.0.99"/>
@Grapes(@Grab(group='io.fabric8.platform.apps', module='fabric8', version='4.0.99'))
'io.fabric8.platform.apps:fabric8:jar:4.0.99'

Download

Click the following link to download the jar file.

fabric8-4.0.99.jar
fabric8-4.0.99.pom



Related Tutorials