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