MVN

org.wso2.msf4j : websocket-chatApp-sample

Maven & Gradle

Feb 03, 2023
15 stars

Sample: WebSocket Chat Application (Fatjar Mode)

<dependency>
    <groupId>org.wso2.msf4j</groupId>
    <artifactId>websocket-chatApp-sample</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.msf4j : websocket-chatApp-sample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.11
  • Latest Beta: 2.5.0-beta2

All Versions

Choose a version of org.wso2.msf4j : websocket-chatApp-sample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
websocket-chatApp-sample-2.8.11
websocket-chatApp-sample-2.8.10
websocket-chatApp-sample-2.8.8
websocket-chatApp-sample-2.8.7
websocket-chatApp-sample-2.8.6
websocket-chatApp-sample-2.8.4
websocket-chatApp-sample-2.8.3
websocket-chatApp-sample-2.8.2
2.7.x
websocket-chatApp-sample-2.7.8
websocket-chatApp-sample-2.7.7
websocket-chatApp-sample-2.7.0
2.6.x
websocket-chatApp-sample-2.6.4
websocket-chatApp-sample-2.6.3
websocket-chatApp-sample-2.6.2
websocket-chatApp-sample-2.6.1
websocket-chatApp-sample-2.6.0
2.5.x
websocket-chatApp-sample-2.5.2
websocket-chatApp-sample-2.5.1
websocket-chatApp-sample-2.5.0
websocket-chatApp-sample-2.5.0-beta2
websocket-chatApp-sample-2.5.0-beta
2.4.x
websocket-chatApp-sample-2.4.3
websocket-chatApp-sample-2.4.2
websocket-chatApp-sample-2.4.1

How to add a dependency to Maven

Add the following org.wso2.msf4j : websocket-chatApp-sample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.msf4j</groupId>
    <artifactId>websocket-chatApp-sample</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.msf4j : websocket-chatApp-sample gradle dependency to your build.gradle file:

implementation 'org.wso2.msf4j:websocket-chatApp-sample:2.8.11'

Gradle Kotlin DSL: Add the following org.wso2.msf4j : websocket-chatApp-sample gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.msf4j:websocket-chatApp-sample:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.msf4j : websocket-chatApp-sample sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.msf4j" % "websocket-chatApp-sample" % "2.8.11"

Advertisement