MVN

org.atmosphere.samples : atmosphere-jetty-embedded-websocket

Maven & Gradle

Jan 05, 2021

atmosphere-jetty-embedded-websocket

<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-jetty-embedded-websocket</artifactId>
    <version>2.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atmosphere.samples : atmosphere-jetty-embedded-websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.4
  • Latest Release Candidate: 2.4.0-RC1

All Versions

Choose a version of org.atmosphere.samples : atmosphere-jetty-embedded-websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
atmosphere-jetty-embedded-websocket-2.6.4
2.5.x
atmosphere-jetty-embedded-websocket-2.5.13
atmosphere-jetty-embedded-websocket-2.5.4
atmosphere-jetty-embedded-websocket-2.5.3
2.4.x
atmosphere-jetty-embedded-websocket-2.4.28
atmosphere-jetty-embedded-websocket-2.4.27
atmosphere-jetty-embedded-websocket-2.4.26
atmosphere-jetty-embedded-websocket-2.4.20
atmosphere-jetty-embedded-websocket-2.4.19
atmosphere-jetty-embedded-websocket-2.4.18
atmosphere-jetty-embedded-websocket-2.4.8
atmosphere-jetty-embedded-websocket-2.4.6
atmosphere-jetty-embedded-websocket-2.4.5
atmosphere-jetty-embedded-websocket-2.4.4
atmosphere-jetty-embedded-websocket-2.4.2
atmosphere-jetty-embedded-websocket-2.4.1
atmosphere-jetty-embedded-websocket-2.4.0
atmosphere-jetty-embedded-websocket-2.4.0-RC1
2.3.x
atmosphere-jetty-embedded-websocket-2.3.5
atmosphere-jetty-embedded-websocket-2.3.4
atmosphere-jetty-embedded-websocket-2.3.3
atmosphere-jetty-embedded-websocket-2.3.2
atmosphere-jetty-embedded-websocket-2.3.1
atmosphere-jetty-embedded-websocket-2.3.0
atmosphere-jetty-embedded-websocket-2.3.0-RC6
atmosphere-jetty-embedded-websocket-2.3.0-RC5
atmosphere-jetty-embedded-websocket-2.3.0-RC4
atmosphere-jetty-embedded-websocket-2.3.0-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-jetty-embedded-websocket</artifactId>
    <version>2.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atmosphere.samples : atmosphere-jetty-embedded-websocket gradle dependency to your build.gradle file:

implementation 'org.atmosphere.samples:atmosphere-jetty-embedded-websocket:2.6.4'

Gradle Kotlin DSL: Add the following org.atmosphere.samples : atmosphere-jetty-embedded-websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atmosphere.samples:atmosphere-jetty-embedded-websocket:2.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atmosphere.samples : atmosphere-jetty-embedded-websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atmosphere.samples" % "atmosphere-jetty-embedded-websocket" % "2.6.4"