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