is not current version
Last Version 3.0.12

io.fabric8:hubot-api 2.2.14

A Java library for performing Hubot notifications from inside kubernetes

GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

hubot-api
Version

Version

2.2.14
Type

Type

jar

Download hubot-api 2.2.14


<!-- https://jarcasting.com/artifacts/io.fabric8/hubot-api/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>hubot-api</artifactId>
    <version>2.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/hubot-api/
implementation 'io.fabric8:hubot-api:2.2.14'
// https://jarcasting.com/artifacts/io.fabric8/hubot-api/
implementation ("io.fabric8:hubot-api:2.2.14")
'io.fabric8:hubot-api:jar:2.2.14'
<dependency org="io.fabric8" name="hubot-api" rev="2.2.14">
  <artifact name="hubot-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='hubot-api', version='2.2.14')
)
libraryDependencies += "io.fabric8" % "hubot-api" % "2.2.14"
[io.fabric8/hubot-api "2.2.14"]