License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdorg.atmosphere.vertx.samples |
ArtifactId | ArtifactIdvertx-jersey-chat |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionvertx Jersey Chat
atmosphere-vertx: A HTTP/WebSocket server powered by Atmosphere and Vert.x Framework
|
Project URL |
Project URL |
<!-- 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</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-jersey-chat/
implementation 'org.atmosphere.vertx.samples:vertx-jersey-chat:1.0.0'
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-jersey-chat/
implementation ("org.atmosphere.vertx.samples:vertx-jersey-chat:1.0.0")
'org.atmosphere.vertx.samples:vertx-jersey-chat:jar:1.0.0'
<dependency org="org.atmosphere.vertx.samples" name="vertx-jersey-chat" rev="1.0.0">
<artifact name="vertx-jersey-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.vertx.samples', module='vertx-jersey-chat', version='1.0.0')
)
libraryDependencies += "org.atmosphere.vertx.samples" % "vertx-jersey-chat" % "1.0.0"
[org.atmosphere.vertx.samples/vertx-jersey-chat "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.atmosphere : atmosphere-jersey | jar | 2.0.0 |
org.atmosphere : atmosphere-vertx | jar | 1.0.0 |
org.apache.geronimo.specs : geronimo-servlet_3.0_spec | jar | 1.0 |
com.sun.jersey : jersey-json | jar | 1.17 |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 2.0.1-final |
io.vertx : vertx-platform | jar | 2.0.1-final |