GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdhubot-slack |
Version | Version2.2.54 |
Type | Typejar |
Filename | Size |
---|---|
hubot-slack-2.2.54.pom | |
hubot-slack-2.2.54.jar | 91 KB |
hubot-slack-2.2.54-sources.jar | 87 KB |
hubot-slack-2.2.54-kubernetes.json | 2 KB |
hubot-slack-2.2.54-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-slack/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>hubot-slack</artifactId>
<version>2.2.54</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-slack/
implementation 'io.fabric8.devops.apps:hubot-slack:2.2.54'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-slack/
implementation ("io.fabric8.devops.apps:hubot-slack:2.2.54")
'io.fabric8.devops.apps:hubot-slack:jar:2.2.54'
<dependency org="io.fabric8.devops.apps" name="hubot-slack" rev="2.2.54">
<artifact name="hubot-slack" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='hubot-slack', version='2.2.54')
)
libraryDependencies += "io.fabric8.devops.apps" % "hubot-slack" % "2.2.54"
[io.fabric8.devops.apps/hubot-slack "2.2.54"]