is not current version
Last Version 2.4.0-RC1

org.atmosphere.samples:atmosphere-scala-chat 0.9.0.RC1


Categories

Categories

Scala Languages
GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

atmosphere-scala-chat
Version

Version

0.9.0.RC1
Type

Type

war

Download atmosphere-scala-chat 0.9.0.RC1


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