MVN

org.apache.tomcat : tomcat-websocket-client-api

Maven & Gradle

Aug 23, 2023
1 usages

WebSocket Client API

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat-websocket-client-api</artifactId>
    <version>10.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 10.1.13

All Versions

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

Version Vulnerabilities Updated
11.0.x
tomcat-websocket-client-api-11.0.0-M11
tomcat-websocket-client-api-11.0.0-M10
tomcat-websocket-client-api-11.0.0-M9
tomcat-websocket-client-api-11.0.0-M7
tomcat-websocket-client-api-11.0.0-M6
tomcat-websocket-client-api-11.0.0-M5
tomcat-websocket-client-api-11.0.0-M4
tomcat-websocket-client-api-11.0.0-M3
tomcat-websocket-client-api-11.0.0-M1
10.1.x
tomcat-websocket-client-api-10.1.13
tomcat-websocket-client-api-10.1.12
tomcat-websocket-client-api-10.1.11
tomcat-websocket-client-api-10.1.10
tomcat-websocket-client-api-10.1.9
tomcat-websocket-client-api-10.1.8
tomcat-websocket-client-api-10.1.7
tomcat-websocket-client-api-10.1.6
tomcat-websocket-client-api-10.1.5
tomcat-websocket-client-api-10.1.4
tomcat-websocket-client-api-10.1.2
tomcat-websocket-client-api-10.1.1
tomcat-websocket-client-api-10.1.0
tomcat-websocket-client-api-10.1.0-M17
tomcat-websocket-client-api-10.1.0-M16
tomcat-websocket-client-api-10.1.0-M15
tomcat-websocket-client-api-10.1.0-M14
tomcat-websocket-client-api-10.1.0-M12
tomcat-websocket-client-api-10.1.0-M11
tomcat-websocket-client-api-10.1.0-M10
tomcat-websocket-client-api-10.1.0-M8

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat-websocket-client-api</artifactId>
    <version>10.1.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.tomcat:tomcat-websocket-client-api:10.1.13'

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

implementation("org.apache.tomcat:tomcat-websocket-client-api:10.1.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.tomcat" % "tomcat-websocket-client-api" % "10.1.13"

Advertisement