is not current version
Last Version 2.6.4

org.atmosphere:atmosphere-xmpp-demo 2.2.0


GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

atmosphere-xmpp-demo
Version

Version

2.2.0
Type

Type

war

Download atmosphere-xmpp-demo 2.2.0


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