MVN

com.litongjava : tio-websocket-client

Maven & Gradle

Jan 31, 2024

tio-websocket-client · High performance websocket client

<dependency>
    <groupId>com.litongjava</groupId>
    <artifactId>tio-websocket-client</artifactId>
    <version>3.7.3.v20210706</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.litongjava : tio-websocket-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.3.v20210706

All Versions

Choose a version of com.litongjava : tio-websocket-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
tio-websocket-client-3.7.3.v20210706

How to add a dependency to Maven

Add the following com.litongjava : tio-websocket-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.litongjava</groupId>
    <artifactId>tio-websocket-client</artifactId>
    <version>3.7.3.v20210706</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.litongjava : tio-websocket-client gradle dependency to your build.gradle file:

implementation 'com.litongjava:tio-websocket-client:3.7.3.v20210706'

Gradle Kotlin DSL: Add the following com.litongjava : tio-websocket-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.litongjava:tio-websocket-client:3.7.3.v20210706")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.litongjava : tio-websocket-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.litongjava" % "tio-websocket-client" % "3.7.3.v20210706"