Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-sockjs-chat |
Version | Version2.4.19 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-sockjs-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-sockjs-chat</artifactId>
<version>2.4.19</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-sockjs-chat/
implementation 'org.atmosphere.samples:atmosphere-sockjs-chat:2.4.19'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-sockjs-chat/
implementation ("org.atmosphere.samples:atmosphere-sockjs-chat:2.4.19")
'org.atmosphere.samples:atmosphere-sockjs-chat:war:2.4.19'
<dependency org="org.atmosphere.samples" name="atmosphere-sockjs-chat" rev="2.4.19">
<artifact name="atmosphere-sockjs-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-sockjs-chat', version='2.4.19')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-sockjs-chat" % "2.4.19"
[org.atmosphere.samples/atmosphere-sockjs-chat "2.4.19"]