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 0.11.1 in this page.
The Apache License, Version 2.0
You can use the following script to add rpc-0.11.1.jar to your project.
<dependency> <groupId>net.corda</groupId> <artifactId>rpc</artifactId> <version>0.11.1</version> </dependency>
compile group: 'net.corda', name: 'rpc', version: '0.11.1'
libraryDependencies += "net.corda" % "rpc" % "0.11.1"
<dependency org="net.corda" name="rpc" rev="0.11.1"/>
@Grapes(@Grab(group='net.corda', module='rpc', version='0.11.1'))
'net.corda:rpc:jar:0.11.1'
Click the following link to download the jar file.
rpc-0.11.1-javadoc.jar