Files download
File Operation
spring-websocket-6.1.6.jar download
spring-websocket-6.1.6.pom download
spring-websocket-6.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-websocket</artifactId>
  <version>6.1.6</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-websocket:6.1.6'
Gradle Kotlin
implementation("org.springframework:spring-websocket:6.1.6")
Scala SBT
libraryDependencies += "org.springframework" % "spring-websocket" % "6.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-websocket', version='6.1.6')
)
Apache Ivy
<dependency org="org.springframework" name="spring-websocket" rev="6.1.6" />
Leiningen
[org.springframework/spring-websocket "6.1.6"]
Apache Buildr
'org.springframework:spring-websocket:jar:6.1.6'