MVN

io.fabric8.jube.images.fabric8 : hubot

Maven & Gradle

Jun 24, 2015
1 usages

Hubot · [Hubot](http://hubot.github.com) chat bot

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>hubot</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.jube.images.fabric8 : hubot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of io.fabric8.jube.images.fabric8 : hubot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
hubot-2.2.3
hubot-2.2.2
hubot-2.2.1
hubot-2.2.0
2.1.x
hubot-2.1.11
hubot-2.1.10
hubot-2.1.9
hubot-2.1.6
hubot-2.1.1
2.0.x
hubot-2.0.47
hubot-2.0.46
hubot-2.0.44
hubot-2.0.43
hubot-2.0.42
hubot-2.0.41
hubot-2.0.40.1
hubot-2.0.40
hubot-2.0.39
hubot-2.0.38
hubot-2.0.37
hubot-2.0.36
hubot-2.0.35
hubot-2.0.34
hubot-2.0.33.1

How to add a dependency to Maven

Add the following io.fabric8.jube.images.fabric8 : hubot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.jube.images.fabric8</groupId>
    <artifactId>hubot</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.jube.images.fabric8 : hubot gradle dependency to your build.gradle file:

implementation 'io.fabric8.jube.images.fabric8:hubot:2.2.3'

Gradle Kotlin DSL: Add the following io.fabric8.jube.images.fabric8 : hubot gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.jube.images.fabric8:hubot:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.jube.images.fabric8 : hubot sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.jube.images.fabric8" % "hubot" % "2.2.3"