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