Download rpc-java-1.6.0.jar file - Jar r

Jar examples for r:rpc-java

Description

Just another RPC implementation for Java

You can download jar file rpc-java 1.6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rpc-java-1.6.0.jar to your project.

<dependency>
   <groupId>com.github.wenweihu86.rpc</groupId>
   <artifactId>rpc-java</artifactId>
   <version>1.6.0</version>
</dependency>
compile group: 'com.github.wenweihu86.rpc', name: 'rpc-java', version: '1.6.0'
libraryDependencies += "com.github.wenweihu86.rpc" % "rpc-java" % "1.6.0"
<dependency org="com.github.wenweihu86.rpc" name="rpc-java" rev="1.6.0"/>
@Grapes(@Grab(group='com.github.wenweihu86.rpc', module='rpc-java', version='1.6.0'))
'com.github.wenweihu86.rpc:rpc-java:jar:1.6.0'

Download

Click the following link to download the jar file.

rpc-java-1.6.0-javadoc.jar
rpc-java-1.6.0-sources.jar
rpc-java-1.6.0.jar
rpc-java-1.6.0.pom



Related Tutorials