is not current version
Last Version 2.4.2

org.atmosphere.vertx.samples:vertx-chat 2.3.3


GroupId

GroupId

org.atmosphere.vertx.samples
ArtifactId

ArtifactId

vertx-chat
Version

Version

2.3.3
Type

Type

jar

Download vertx-chat 2.3.3


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