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