Jar examples for r:rpc
Java framework for web development offering RPC (JSON-RPC over HTTP or websockets) and client/server messaging (publish-subscribe over websockets)
You can download jar file rpc 1.0.1 in this page.
The Apache License, Version 2.0
You can use the following script to add rpc-1.0.1.jar to your project.
<dependency> <groupId>org.brutusin</groupId> <artifactId>rpc</artifactId> <version>1.0.1</version> </dependency>
compile group: 'org.brutusin', name: 'rpc', version: '1.0.1'
libraryDependencies += "org.brutusin" % "rpc" % "1.0.1"
<dependency org="org.brutusin" name="rpc" rev="1.0.1"/>
@Grapes(@Grab(group='org.brutusin', module='rpc', version='1.0.1'))
'org.brutusin:rpc:jar:1.0.1'
Click the following link to download the jar file.
rpc-1.0.1-javadoc.jar