文件下载
文件名 操作
shenyu-spring-boot-starter-client-2.4.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.shenyu</groupId>
  <artifactId>shenyu-spring-boot-starter-client</artifactId>
  <version>2.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shenyu:shenyu-spring-boot-starter-client:2.4.1'
Gradle Kotlin
implementation("org.apache.shenyu:shenyu-spring-boot-starter-client:2.4.1")
Scala SBT
libraryDependencies += "org.apache.shenyu" % "shenyu-spring-boot-starter-client" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shenyu', module='shenyu-spring-boot-starter-client', version='2.4.1')
)
Apache Ivy
<dependency org="org.apache.shenyu" name="shenyu-spring-boot-starter-client" rev="2.4.1" />
Leiningen
[org.apache.shenyu/shenyu-spring-boot-starter-client "2.4.1"]
Apache Buildr
'org.apache.shenyu:shenyu-spring-boot-starter-client:jar:2.4.1'