Download rpc-0.10.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 0.10.1 in this page.

License

The Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>net.corda</groupId>
   <artifactId>rpc</artifactId>
   <version>0.10.1</version>
</dependency>
compile group: 'net.corda', name: 'rpc', version: '0.10.1'
libraryDependencies += "net.corda" % "rpc" % "0.10.1"
<dependency org="net.corda" name="rpc" rev="0.10.1"/>
@Grapes(@Grab(group='net.corda', module='rpc', version='0.10.1'))
'net.corda:rpc:jar:0.10.1'

Download

Click the following link to download the jar file.

rpc-0.10.1-javadoc.jar
rpc-0.10.1-sources.jar
rpc-0.10.1.jar
rpc-0.10.1.pom



Related Tutorials