<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-spring-websocket</artifactId>
<version>2.6.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-client-spring-websocket', version='2.6.1')
)
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-client-websocket</artifactId> <version>2.6.1</version> </parent>
compile
|-- org.apache.shenyu:shenyu-client-core
provided
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- javax.websocket:javax.websocket-api
|-- javax.servlet:javax.servlet-api
test