<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-core</artifactId>
<version>2.6.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-client-core', version='2.6.1')
)
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-client</artifactId> <version>2.6.1</version> </parent>
compile
|-- org.apache.shenyu:shenyu-spi
|-- org.apache.shenyu:shenyu-disruptor
|-- org.apache.shenyu:shenyu-register-client-http
|-- org.apache.shenyu:shenyu-client-api-docs-annotations
|-- org.apache.shenyu:shenyu-discovery-api
provided
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.springframework:spring-context-support
|-- org.springframework:spring-web
test