GroupId | GroupIdorg.atmosphere.vertx.samples |
---|---|
ArtifactId | ArtifactIdvertx-chat |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
vertx-chat-2.2.2.pom | |
vertx-chat-2.2.2.jar | 12 KB |
vertx-chat-2.2.2-sources.jar | 8 KB |
vertx-chat-2.2.2-mod.zip | 2 MB |
vertx-chat-2.2.2-javadoc.jar | 65 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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/
implementation 'org.atmosphere.vertx.samples:vertx-chat:2.2.2'
// https://jarcasting.com/artifacts/org.atmosphere.vertx.samples/vertx-chat/
implementation ("org.atmosphere.vertx.samples:vertx-chat:2.2.2")
'org.atmosphere.vertx.samples:vertx-chat:jar:2.2.2'
<dependency org="org.atmosphere.vertx.samples" name="vertx-chat" rev="2.2.2">
<artifact name="vertx-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.vertx.samples', module='vertx-chat', version='2.2.2')
)
libraryDependencies += "org.atmosphere.vertx.samples" % "vertx-chat" % "2.2.2"
[org.atmosphere.vertx.samples/vertx-chat "2.2.2"]