GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdhubot-letschat |
Version | Version2.2.321 |
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.321</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-letschat/
implementation 'io.fabric8.devops.apps:hubot-letschat:2.2.321'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/hubot-letschat/
implementation ("io.fabric8.devops.apps:hubot-letschat:2.2.321")
'io.fabric8.devops.apps:hubot-letschat:jar:2.2.321'
<dependency org="io.fabric8.devops.apps" name="hubot-letschat" rev="2.2.321">
<artifact name="hubot-letschat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='hubot-letschat', version='2.2.321')
)
libraryDependencies += "io.fabric8.devops.apps" % "hubot-letschat" % "2.2.321"
[io.fabric8.devops.apps/hubot-letschat "2.2.321"]