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