文件名 | 操作 |
---|---|
shenyu-spring-boot-starter-client-2.4.3.pom | 下载 |
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client</artifactId>
<version>2.4.3</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.apache.shenyu" % "shenyu-spring-boot-starter-client" % "2.4.3"
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-spring-boot-starter-client', version='2.4.3')
)
<dependency org="org.apache.shenyu" name="shenyu-spring-boot-starter-client" rev="2.4.3" />