<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-apache-dubbo</artifactId>
<version>2.4.2</version>
</dependency>
implementation 'org.apache.shenyu:shenyu-spring-boot-starter-client-apache-dubbo:2.4.2'
implementation("org.apache.shenyu:shenyu-spring-boot-starter-client-apache-dubbo:2.4.2")
libraryDependencies += "org.apache.shenyu" % "shenyu-spring-boot-starter-client-apache-dubbo" % "2.4.2"
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-spring-boot-starter-client-apache-dubbo', version='2.4.2')
)
<dependency org="org.apache.shenyu" name="shenyu-spring-boot-starter-client-apache-dubbo" 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.apache.shenyu:shenyu-client-apache-dubbo
|-- org.apache.shenyu:shenyu-spring-boot-starter-client-common
|-- org.springframework.boot:spring-boot-starter
provided
test