GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdhubot |
Version | Version2.2.0 |
Type | Typejar |
Filename | Size |
---|---|
hubot-2.2.0.pom | |
hubot-2.2.0.jar | 44 KB |
hubot-2.2.0-sources.jar | 43 KB |
hubot-2.2.0-kubernetes.json | 2 KB |
hubot-2.2.0-javadoc.jar | 333 bytes |
hubot-2.2.0-app.zip | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>hubot</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot/
implementation 'io.fabric8.jube.images.fabric8:hubot:2.2.0'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot/
implementation ("io.fabric8.jube.images.fabric8:hubot:2.2.0")
'io.fabric8.jube.images.fabric8:hubot:jar:2.2.0'
<dependency org="io.fabric8.jube.images.fabric8" name="hubot" rev="2.2.0">
<artifact name="hubot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='hubot', version='2.2.0')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "hubot" % "2.2.0"
[io.fabric8.jube.images.fabric8/hubot "2.2.0"]