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