Files download
File Operation
scalatra-atmosphere-2.2.0.jar download
scalatra-atmosphere-2.2.0.pom download
scalatra-atmosphere-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalatra</groupId>
  <artifactId>scalatra-atmosphere</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.scalatra:scalatra-atmosphere:2.2.0'
Gradle Kotlin
implementation("org.scalatra:scalatra-atmosphere:2.2.0")
Scala SBT
libraryDependencies += "org.scalatra" % "scalatra-atmosphere" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatra', module='scalatra-atmosphere', version='2.2.0')
)
Apache Ivy
<dependency org="org.scalatra" name="scalatra-atmosphere" rev="2.2.0" />
Leiningen
[org.scalatra/scalatra-atmosphere "2.2.0"]
Apache Buildr
'org.scalatra:scalatra-atmosphere:jar:2.2.0'