is not current version
Last Version 2.6.4

org.atmosphere.samples:atmosphere-chat 0.8.0-RC1


GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

atmosphere-chat
Version

Version

0.8.0-RC1
Type

Type

war

Download atmosphere-chat 0.8.0-RC1


<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/ -->
<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-chat</artifactId>
    <version>0.8.0-RC1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/
implementation 'org.atmosphere.samples:atmosphere-chat:0.8.0-RC1'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/
implementation ("org.atmosphere.samples:atmosphere-chat:0.8.0-RC1")
'org.atmosphere.samples:atmosphere-chat:war:0.8.0-RC1'
<dependency org="org.atmosphere.samples" name="atmosphere-chat" rev="0.8.0-RC1">
  <artifact name="atmosphere-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-chat', version='0.8.0-RC1')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-chat" % "0.8.0-RC1"
[org.atmosphere.samples/atmosphere-chat "0.8.0-RC1"]