GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdhubot-irc |
Version | Version2.2.173 |
Type | Typejar |
Filename | Size |
---|---|
hubot-irc-2.2.173.pom | |
hubot-irc-2.2.173.jar | 69 KB |
hubot-irc-2.2.173-sources.jar | 66 KB |
hubot-irc-2.2.173-kubernetes.yml | 4 KB |
hubot-irc-2.2.173-kubernetes.json | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-irc/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>hubot-irc</artifactId>
<version>2.2.173</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-irc/
implementation 'io.fabric8.devops.apps:hubot-irc:2.2.173'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-irc/
implementation ("io.fabric8.devops.apps:hubot-irc:2.2.173")
'io.fabric8.devops.apps:hubot-irc:jar:2.2.173'
<dependency org="io.fabric8.devops.apps" name="hubot-irc" rev="2.2.173">
<artifact name="hubot-irc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='hubot-irc', version='2.2.173')
)
libraryDependencies += "io.fabric8.devops.apps" % "hubot-irc" % "2.2.173"
[io.fabric8.devops.apps/hubot-irc "2.2.173"]