MVN

org.atmosphere : atmosphere-sockjs

Maven & Gradle

Oct 08, 2021
2 usages
3.6k stars

atmosphere-sockjs

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

Latest Version

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

  • Latest Stable: 2.6.5
  • Latest Release Candidate: 2.4.0-RC2

All Versions

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

Version Vulnerabilities Updated
2.6.x
atmosphere-sockjs-2.6.5
atmosphere-sockjs-2.6.4
2.5.x
atmosphere-sockjs-2.5.2
atmosphere-sockjs-2.5.0
2.4.x
atmosphere-sockjs-2.4.21
atmosphere-sockjs-2.4.20
atmosphere-sockjs-2.4.19
atmosphere-sockjs-2.4.5
atmosphere-sockjs-2.4.4
atmosphere-sockjs-2.4.3
atmosphere-sockjs-2.4.2
atmosphere-sockjs-2.4.1
atmosphere-sockjs-2.4.0
atmosphere-sockjs-2.4.0-RC2
atmosphere-sockjs-2.4.0-RC1
2.3.x
atmosphere-sockjs-2.3.2
atmosphere-sockjs-2.3.1
atmosphere-sockjs-2.3.0
atmosphere-sockjs-2.3.0-RC5
atmosphere-sockjs-2.3.0-RC4
atmosphere-sockjs-2.3.0-RC3
2.2.x
atmosphere-sockjs-2.2.1
atmosphere-sockjs-2.2.0
atmosphere-sockjs-2.2.0-RC1
2.1.x
atmosphere-sockjs-2.1.3
atmosphere-sockjs-2.1.2
atmosphere-sockjs-2.1.1
atmosphere-sockjs-2.1.0
atmosphere-sockjs-2.1.0-RC2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>atmosphere-sockjs</artifactId>
    <version>2.6.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.atmosphere:atmosphere-sockjs:2.6.5'

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

implementation("org.atmosphere:atmosphere-sockjs:2.6.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.atmosphere" % "atmosphere-sockjs" % "2.6.5"

Advertisement