Download rpc-1.0.1.jar file - Jar r

Jar examples for r:rpc

Description

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.

License

The Apache License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

rpc-1.0.1-javadoc.jar
rpc-1.0.1-sources.jar
rpc-1.0.1.jar
rpc-1.0.1.pom



Related Tutorials