MVN

org.atmosphere.samples : atmosphere-cxf-chat

Maven & Gradle

Jan 05, 2021

atmosphere-cxf-chat

<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-cxf-chat</artifactId>
    <version>2.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.6.4

All Versions

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

Version Vulnerabilities Updated
2.6.x
atmosphere-cxf-chat-2.6.4
2.5.x
atmosphere-cxf-chat-2.5.13
atmosphere-cxf-chat-2.5.4
atmosphere-cxf-chat-2.5.3
2.4.x
atmosphere-cxf-chat-2.4.28
atmosphere-cxf-chat-2.4.27
atmosphere-cxf-chat-2.4.26
atmosphere-cxf-chat-2.4.20
atmosphere-cxf-chat-2.4.19
atmosphere-cxf-chat-2.4.18
atmosphere-cxf-chat-2.4.8
atmosphere-cxf-chat-2.4.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-cxf-chat</artifactId>
    <version>2.6.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.atmosphere.samples:atmosphere-cxf-chat:2.6.4'

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

implementation("org.atmosphere.samples:atmosphere-cxf-chat:2.6.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.atmosphere.samples" % "atmosphere-cxf-chat" % "2.6.4"