MVN

org.atmosphere.wasync.samples : node.js-chat

Maven & Gradle

Jan 04, 2021
196 stars

wAsync Node.js Chat

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

Latest Version

Choose a version of org.atmosphere.wasync.samples : node.js-chat 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.wasync.samples : node.js-chat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
node.js-chat-2.6.4
2.5.x
node.js-chat-2.5.13
node.js-chat-2.5.4
node.js-chat-2.5.3
2.4.x
node.js-chat-2.4.28
node.js-chat-2.4.27
node.js-chat-2.4.26
node.js-chat-2.4.20
node.js-chat-2.4.19
node.js-chat-2.4.18
node.js-chat-2.4.8
node.js-chat-2.4.6
node.js-chat-2.4.5
node.js-chat-2.4.4
node.js-chat-2.4.2
node.js-chat-2.4.1
node.js-chat-2.4.0
node.js-chat-2.4.0-RC1
2.3.x
node.js-chat-2.3.5
node.js-chat-2.3.4
node.js-chat-2.3.3
node.js-chat-2.3.2
node.js-chat-2.3.1
node.js-chat-2.3.0
node.js-chat-2.3.0-RC6
node.js-chat-2.3.0-RC5
node.js-chat-2.3.0-RC4
node.js-chat-2.3.0-RC3
2.2.x
node.js-chat-2.2.10
node.js-chat-2.2.9
node.js-chat-2.2.8
node.js-chat-2.2.7
node.js-chat-2.2.6
node.js-chat-2.2.5
node.js-chat-2.2.4
node.js-chat-2.2.3
node.js-chat-2.2.2
node.js-chat-2.2.1
node.js-chat-2.2.0
2.1.x
node.js-chat-2.1.7
node.js-chat-2.1.6
node.js-chat-2.1.5
node.js-chat-2.1.4
node.js-chat-2.1.3
node.js-chat-2.1.2
node.js-chat-2.1.1
node.js-chat-2.1.0
node.js-chat-2.1.0-RC2
2.0.x
node.js-chat-2.0.8
node.js-chat-2.0.7
node.js-chat-2.0.6
node.js-chat-2.0.5
node.js-chat-2.0.4
node.js-chat-2.0.3
node.js-chat-2.0.1
node.js-chat-2.0.0
1.0.x
node.js-chat-1.0.0.RC5
node.js-chat-1.0.0.RC4
node.js-chat-1.0.0.RC3
node.js-chat-1.0.0.RC2
node.js-chat-1.0.0.RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.atmosphere.wasync.samples</groupId>
    <artifactId>node.js-chat</artifactId>
    <version>2.6.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.atmosphere.wasync.samples:node.js-chat:2.6.4'

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

implementation("org.atmosphere.wasync.samples:node.js-chat:2.6.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.atmosphere.wasync.samples" % "node.js-chat" % "2.6.4"

Advertisement