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