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