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