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