Files download
File Operation
rpc-grpc-impl-1.3.10.bugfix.jar download
rpc-grpc-impl-1.3.10.bugfix.pom download
rpc-grpc-impl-1.3.10.bugfix-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alipay.sofa</groupId>
  <artifactId>rpc-grpc-impl</artifactId>
  <version>1.3.10.bugfix</version>
</dependency>
Gradle Groovy
implementation 'com.alipay.sofa:rpc-grpc-impl:1.3.10.bugfix'
Gradle Kotlin
implementation("com.alipay.sofa:rpc-grpc-impl:1.3.10.bugfix")
Scala SBT
libraryDependencies += "com.alipay.sofa" % "rpc-grpc-impl" % "1.3.10.bugfix"
Groovy Grape
@Grapes(
  @Grab(group='com.alipay.sofa', module='rpc-grpc-impl', version='1.3.10.bugfix')
)
Apache Ivy
<dependency org="com.alipay.sofa" name="rpc-grpc-impl" rev="1.3.10.bugfix" />
Leiningen
[com.alipay.sofa/rpc-grpc-impl "1.3.10.bugfix"]
Apache Buildr
'com.alipay.sofa:rpc-grpc-impl:jar:1.3.10.bugfix'