| License |
License
CDDL
|
|---|---|
| GroupId | GroupIdorg.atmosphere.vertx.samples |
| ArtifactId | ArtifactIdvertx-chat |
| Last Version | Last Version2.4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionvertx Chat
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| vertx-chat-2.4.2.pom | |
| vertx-chat-2.4.2.jar | 12 KB |
| vertx-chat-2.4.2-sources.jar | 8 KB |
| vertx-chat-2.4.2-mod.zip | 2 MB |
| vertx-chat-2.4.2-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/ -->
<dependency>
<groupId>org.atmosphere.vertx.samples</groupId>
<artifactId>vertx-chat</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/
implementation 'org.atmosphere.vertx.samples:vertx-chat:2.4.2'
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/
implementation ("org.atmosphere.vertx.samples:vertx-chat:2.4.2")
'org.atmosphere.vertx.samples:vertx-chat:jar:2.4.2'
<dependency org="org.atmosphere.vertx.samples" name="vertx-chat" rev="2.4.2">
<artifact name="vertx-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.vertx.samples', module='vertx-chat', version='2.4.2')
)
libraryDependencies += "org.atmosphere.vertx.samples" % "vertx-chat" % "2.4.2"
[org.atmosphere.vertx.samples/vertx-chat "2.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.atmosphere : atmosphere-vertx | jar | 2.1.0 |
| io.vertx : vertx-core | jar | 3.0.0 |
| io.vertx : vertx-web | jar | 3.0.0 |
| org.apache.geronimo.specs : geronimo-servlet_3.0_spec | jar | 1.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.2.2 |
| javax.inject : javax.inject | jar | 1 |