<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-grpc</artifactId>
<version>2.4.2</version>
</dependency>
libraryDependencies += "org.apache.shenyu" % "shenyu-spring-boot-starter-client-grpc" % "2.4.2"
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-spring-boot-starter-client-grpc', version='2.4.2')
)
<dependency org="org.apache.shenyu" name="shenyu-spring-boot-starter-client-grpc" rev="2.4.2" />
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-spring-boot-starter-client</artifactId> <version>2.4.2</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.apache.shenyu:shenyu-client-grpc
|-- org.apache.shenyu:shenyu-spring-boot-starter-client-common
test