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