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