Files download
File Operation
shenyu-client-motan-2.5.1.jar download
shenyu-client-motan-2.5.1.pom download
shenyu-client-motan-2.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shenyu</groupId>
  <artifactId>shenyu-client-motan</artifactId>
  <version>2.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shenyu:shenyu-client-motan:2.5.1'
Gradle Kotlin
implementation("org.apache.shenyu:shenyu-client-motan:2.5.1")
Scala SBT
libraryDependencies += "org.apache.shenyu" % "shenyu-client-motan" % "2.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shenyu', module='shenyu-client-motan', version='2.5.1')
)
Apache Ivy
<dependency org="org.apache.shenyu" name="shenyu-client-motan" rev="2.5.1" />
Leiningen
[org.apache.shenyu/shenyu-client-motan "2.5.1"]
Apache Buildr
'org.apache.shenyu:shenyu-client-motan:jar:2.5.1'