is not current version
Last Version 1.0.0

org.atmosphere.vertx.samples:vertx-jersey-chat 1.0.0.beta1


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

org.atmosphere.vertx.samples
ArtifactId

ArtifactId

vertx-jersey-chat
Version

Version

1.0.0.beta1
Type

Type

jar

Download vertx-jersey-chat 1.0.0.beta1


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