Skip to content

Downloading Atmosphere Jars

jfarcand edited this page Feb 7, 2013 · 1 revision

To install Atmosphere, the recommended way is to use Maven and just do:

     <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{atmosphere-module}</artifactId>
         <version>1.0.x</version>
      </dependency>

All the dependencies can also be downloaded from Maven Central

If you aren't using Maven, just download the library from here and unzip it.

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally