<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-core</artifactId>
<version>2.5.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-client-core', version='2.5.1')
)
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-client</artifactId> <version>2.5.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-register-client-zookeeper
|-- org.apache.shenyu:shenyu-register-client-etcd
|-- org.apache.shenyu:shenyu-register-client-consul
|-- org.apache.shenyu:shenyu-register-client-nacos
|-- org.apache.shenyu:shenyu-client-api-docs-annotations
provided
|-- org.springframework:spring-core