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