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