<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-spring-websocket</artifactId>
<version>2.5.0</version>
</dependency>
implementation 'org.apache.shenyu:shenyu-spring-boot-starter-client-spring-websocket:2.5.0'
implementation("org.apache.shenyu:shenyu-spring-boot-starter-client-spring-websocket:2.5.0")
libraryDependencies += "org.apache.shenyu" % "shenyu-spring-boot-starter-client-spring-websocket" % "2.5.0"
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-spring-boot-starter-client-spring-websocket', version='2.5.0')
)
<dependency org="org.apache.shenyu" name="shenyu-spring-boot-starter-client-spring-websocket" rev="2.5.0" />
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-spring-boot-starter-client</artifactId> <version>2.5.0</version> </parent>
compile
|-- org.apache.shenyu:shenyu-client-spring-websocket
|-- org.apache.shenyu:shenyu-spring-boot-starter-client-common
|-- org.springframework.boot:spring-boot-starter
test
|-- org.springframework.boot:spring-boot-test