is not current version
Last Version 2.4.2

org.atmosphere.vertx.samples:vertx-chat 2.4.0-RC1


GroupId

GroupId

org.atmosphere.vertx.samples
ArtifactId

ArtifactId

vertx-chat
Version

Version

2.4.0-RC1
Type

Type

jar

Download vertx-chat 2.4.0-RC1


<!-- https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/ -->
<dependency>
    <groupId>org.atmosphere.vertx.samples</groupId>
    <artifactId>vertx-chat</artifactId>
    <version>2.4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/
implementation 'org.atmosphere.vertx.samples:vertx-chat:2.4.0-RC1'
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/
implementation ("org.atmosphere.vertx.samples:vertx-chat:2.4.0-RC1")
'org.atmosphere.vertx.samples:vertx-chat:jar:2.4.0-RC1'
<dependency org="org.atmosphere.vertx.samples" name="vertx-chat" rev="2.4.0-RC1">
  <artifact name="vertx-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.vertx.samples', module='vertx-chat', version='2.4.0-RC1')
)
libraryDependencies += "org.atmosphere.vertx.samples" % "vertx-chat" % "2.4.0-RC1"
[org.atmosphere.vertx.samples/vertx-chat "2.4.0-RC1"]