MVN

org.zhongweixian : websocket-api

Maven & Gradle

Aug 12, 2023
4 stars

websocket-client · Demo project for netty-api

<dependency>
    <groupId>org.zhongweixian</groupId>
    <artifactId>websocket-api</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zhongweixian : websocket-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5

All Versions

Choose a version of org.zhongweixian : websocket-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
websocket-api-2.1.5
websocket-api-2.1.4
websocket-api-2.1.3
websocket-api-2.1.2
websocket-api-2.1.1
websocket-api-2.1.0
2.0.x
websocket-api-2.0.4
websocket-api-2.0.3
websocket-api-2.0.2
websocket-api-2.0.1
websocket-api-2.0.0
1.0.x
websocket-api-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.zhongweixian</groupId>
    <artifactId>websocket-api</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zhongweixian : websocket-api gradle dependency to your build.gradle file:

implementation 'org.zhongweixian:websocket-api:2.1.5'

Gradle Kotlin DSL: Add the following org.zhongweixian : websocket-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zhongweixian:websocket-api:2.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zhongweixian : websocket-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zhongweixian" % "websocket-api" % "2.1.5"