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