文件下载
文件名 操作
scalatra-atmosphere_2.11-2.4.0.M2.jar 下载
scalatra-atmosphere_2.11-2.4.0.M2.pom 下载
scalatra-atmosphere_2.11-2.4.0.M2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scalatra</groupId>
  <artifactId>scalatra-atmosphere_2.11</artifactId>
  <version>2.4.0.M2</version>
</dependency>
Gradle Groovy
implementation 'org.scalatra:scalatra-atmosphere_2.11:2.4.0.M2'
Gradle Kotlin
implementation("org.scalatra:scalatra-atmosphere_2.11:2.4.0.M2")
Scala SBT
libraryDependencies += "org.scalatra" % "scalatra-atmosphere_2.11" % "2.4.0.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatra', module='scalatra-atmosphere_2.11', version='2.4.0.M2')
)
Apache Ivy
<dependency org="org.scalatra" name="scalatra-atmosphere_2.11" rev="2.4.0.M2" />
Leiningen
[org.scalatra/scalatra-atmosphere_2.11 "2.4.0.M2"]
Apache Buildr
'org.scalatra:scalatra-atmosphere_2.11:jar:2.4.0.M2'