Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdvertx-jersey-chat |
Version | Version2.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/vertx-jersey-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>vertx-jersey-chat</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/vertx-jersey-chat/
implementation 'org.atmosphere.samples:vertx-jersey-chat:2.2.3'
// https://jarcasting.com/artifacts/org.atmosphere.samples/vertx-jersey-chat/
implementation ("org.atmosphere.samples:vertx-jersey-chat:2.2.3")
'org.atmosphere.samples:vertx-jersey-chat:jar:2.2.3'
<dependency org="org.atmosphere.samples" name="vertx-jersey-chat" rev="2.2.3">
<artifact name="vertx-jersey-chat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='vertx-jersey-chat', version='2.2.3')
)
libraryDependencies += "org.atmosphere.samples" % "vertx-jersey-chat" % "2.2.3"
[org.atmosphere.samples/vertx-jersey-chat "2.2.3"]