spring-boot-starter-websocket

spring-boot-starter-websocket

Starter for building WebSocket applications using Spring Framework's MVC WebSocket support
https://spring.io/projects/spring-boot
Apache License, Version 2.0
VMware, Inc.
Spring
文件下载
文件名 操作
spring-boot-starter-websocket-3.2.6.jar 下载
spring-boot-starter-websocket-3.2.6.pom 下载
spring-boot-starter-websocket-3.2.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-websocket</artifactId>
  <version>3.2.6</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-websocket:3.2.6'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-websocket:3.2.6")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-websocket" % "3.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-websocket', version='3.2.6')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-websocket" rev="3.2.6" />
Leiningen
[org.springframework.boot/spring-boot-starter-websocket "3.2.6"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-websocket:jar:3.2.6'