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