MVN

com.caucho : spring4-websocket

Maven & Gradle

Nov 06, 2019

Resin WebSocket support for Spring 4.x · Provides ResinRequestUpgradeStrategy for spring-websocket

<dependency>
    <groupId>com.caucho</groupId>
    <artifactId>spring4-websocket</artifactId>
    <version>4.0.63</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.caucho : spring4-websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.63

All Versions

Choose a version of com.caucho : spring4-websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
spring4-websocket-4.0.63
spring4-websocket-4.0.62

How to add a dependency to Maven

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

<dependency>
    <groupId>com.caucho</groupId>
    <artifactId>spring4-websocket</artifactId>
    <version>4.0.63</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.caucho : spring4-websocket gradle dependency to your build.gradle file:

implementation 'com.caucho:spring4-websocket:4.0.63'

Gradle Kotlin DSL: Add the following com.caucho : spring4-websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.caucho:spring4-websocket:4.0.63")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.caucho : spring4-websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.caucho" % "spring4-websocket" % "4.0.63"

Advertisement