GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdhubot-slack |
Version | Version2.2.243 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-slack/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>hubot-slack</artifactId>
<version>2.2.243</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-slack/
implementation 'io.fabric8.devops.apps:hubot-slack:2.2.243'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-slack/
implementation ("io.fabric8.devops.apps:hubot-slack:2.2.243")
'io.fabric8.devops.apps:hubot-slack:jar:2.2.243'
<dependency org="io.fabric8.devops.apps" name="hubot-slack" rev="2.2.243">
<artifact name="hubot-slack" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='hubot-slack', version='2.2.243')
)
libraryDependencies += "io.fabric8.devops.apps" % "hubot-slack" % "2.2.243"
[io.fabric8.devops.apps/hubot-slack "2.2.243"]