is not current version
Last Version 3.0.12

io.fabric8:hubot-api 3.0.5

A Java library for performing Hubot notifications from inside kubernetes

GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

hubot-api
Version

Version

3.0.5
Type

Type

jar

Download hubot-api 3.0.5


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