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