MVN

org.atmosphere : atmosphere-commons

Maven & Gradle

Feb 11, 2011
7 usages
3.6k stars

atmosphere-commons

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-commons</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atmosphere : atmosphere-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of org.atmosphere : atmosphere-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
atmosphere-commons-0.6.5
atmosphere-commons-0.6.4
atmosphere-commons-0.6.3
atmosphere-commons-0.6.2
atmosphere-commons-0.6.1
0.6
atmosphere-commons-0.6
0.5.x
atmosphere-commons-0.5.8
atmosphere-commons-0.5.7
atmosphere-commons-0.5.6
atmosphere-commons-0.5.5
atmosphere-commons-0.5.4
atmosphere-commons-0.5.3
atmosphere-commons-0.5.2
atmosphere-commons-0.5.1
0.5
atmosphere-commons-0.5

How to add a dependency to Maven

Add the following org.atmosphere : atmosphere-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-commons</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atmosphere : atmosphere-commons gradle dependency to your build.gradle file:

implementation 'org.atmosphere:atmosphere-commons:0.6.5'

Gradle Kotlin DSL: Add the following org.atmosphere : atmosphere-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atmosphere:atmosphere-commons:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atmosphere : atmosphere-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atmosphere" % "atmosphere-commons" % "0.6.5"

Advertisement