Skip to content

Downloading Atmosphere's SNAPSHOT

Jeanfrancois Arcand edited this page Sep 17, 2015 · 2 revisions

To download Atmosphere SNAPSHOT version, just add in your Maven's ~/.m2/settings.xml:

<repositories>
    <repository>
        <id>oss.sonatype.org-snapshot</id>
        <url>http://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>

Or manually download them

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