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