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