GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdhubot |
Version | Version2.0.35 |
Type | Typejar |
Filename | Size |
---|---|
hubot-2.0.35.pom | |
hubot-2.0.35.jar | 44 KB |
hubot-2.0.35-sources.jar | 43 KB |
hubot-2.0.35-kubernetes.json | 3 KB |
hubot-2.0.35-javadoc.jar | 333 bytes |
hubot-2.0.35-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.0.35</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot/
implementation 'io.fabric8.jube.images.fabric8:hubot:2.0.35'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/hubot/
implementation ("io.fabric8.jube.images.fabric8:hubot:2.0.35")
'io.fabric8.jube.images.fabric8:hubot:jar:2.0.35'
<dependency org="io.fabric8.jube.images.fabric8" name="hubot" rev="2.0.35">
<artifact name="hubot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='hubot', version='2.0.35')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "hubot" % "2.0.35"
[io.fabric8.jube.images.fabric8/hubot "2.0.35"]