GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdlets-chat |
Version | Version2.0.42 |
Type | Typejar |
Filename | Size |
---|---|
lets-chat-2.0.42.pom | |
lets-chat-2.0.42.jar | 10 KB |
lets-chat-2.0.42-sources.jar | 8 KB |
lets-chat-2.0.42-kubernetes.json | 2 KB |
lets-chat-2.0.42-javadoc.jar | 333 bytes |
lets-chat-2.0.42-app.zip | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/lets-chat/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>lets-chat</artifactId>
<version>2.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/lets-chat/
implementation 'io.fabric8.jube.images.fabric8:lets-chat:2.0.42'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/lets-chat/
implementation ("io.fabric8.jube.images.fabric8:lets-chat:2.0.42")
'io.fabric8.jube.images.fabric8:lets-chat:jar:2.0.42'
<dependency org="io.fabric8.jube.images.fabric8" name="lets-chat" rev="2.0.42">
<artifact name="lets-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='lets-chat', version='2.0.42')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "lets-chat" % "2.0.42"
[io.fabric8.jube.images.fabric8/lets-chat "2.0.42"]