Jar examples for j:jsonrpc4j
This project aims to provide the facility to easily implement JSON-RPC for the java programming language.
You can download jar file jsonrpc4j 1.5.2 in this page.
The MIT License (MIT)
You can use the following script to add jsonrpc4j-1.5.2.jar to your project.
<dependency> <groupId>com.github.briandilley.jsonrpc4j</groupId> <artifactId>jsonrpc4j</artifactId> <version>1.5.2</version> </dependency>
compile group: 'com.github.briandilley.jsonrpc4j', name: 'jsonrpc4j', version: '1.5.2'
libraryDependencies += "com.github.briandilley.jsonrpc4j" % "jsonrpc4j" % "1.5.2"
<dependency org="com.github.briandilley.jsonrpc4j" name="jsonrpc4j" rev="1.5.2"/>
@Grapes(@Grab(group='com.github.briandilley.jsonrpc4j', module='jsonrpc4j', version='1.5.2'))
'com.github.briandilley.jsonrpc4j:jsonrpc4j:jar:1.5.2'
Click the following link to download the jar file.
jsonrpc4j-1.5.2-javadoc.jar