| GroupId | GroupIdio.fabric8.jube.images.fabric8 |
|---|---|
| ArtifactId | ArtifactIdhubot-notifier |
| Version | Version2.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hubot-notifier-2.2.1.pom | |
| hubot-notifier-2.2.1.jar | 15 KB |
| hubot-notifier-2.2.1-sources.jar | 5 KB |
| hubot-notifier-2.2.1-kubernetes.json | 3 KB |
| hubot-notifier-2.2.1-javadoc.jar | 42 KB |
| hubot-notifier-2.2.1-image.zip | 15 MB |
| hubot-notifier-2.2.1-app.zip | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot-notifier/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>hubot-notifier</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot-notifier/
implementation 'io.fabric8.jube.images.fabric8:hubot-notifier:2.2.1'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot-notifier/
implementation ("io.fabric8.jube.images.fabric8:hubot-notifier:2.2.1")
'io.fabric8.jube.images.fabric8:hubot-notifier:jar:2.2.1'
<dependency org="io.fabric8.jube.images.fabric8" name="hubot-notifier" rev="2.2.1">
<artifact name="hubot-notifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='hubot-notifier', version='2.2.1')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "hubot-notifier" % "2.2.1"
[io.fabric8.jube.images.fabric8/hubot-notifier "2.2.1"]