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