<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-sdk-spring</artifactId>
<version>2.6.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-sdk-spring', version='2.6.1')
)
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-sdk</artifactId> <version>2.6.1</version> </parent>
compile
|-- org.apache.shenyu:shenyu-common
|-- org.apache.shenyu:shenyu-sdk-core
provided
|-- org.springframework:spring-web
|-- org.springframework:spring-context
|-- org.springframework:spring-context-support
test