is not current version
Last Version 2.2.0

org.scalatra:scalatra-atmosphere 2.2.0-RC1

Atmosphere integration for scalatra

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatra
ArtifactId

ArtifactId

scalatra-atmosphere
Version

Version

2.2.0-RC1
Type

Type

jar

Download scalatra-atmosphere 2.2.0-RC1


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