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.1 in this page.
The MIT License (MIT)
You can use the following script to add jsonrpc4j-1.1.jar to your project.
<dependency> <groupId>com.github.briandilley.jsonrpc4j</groupId> <artifactId>jsonrpc4j</artifactId> <version>1.1</version> </dependency>
compile group: 'com.github.briandilley.jsonrpc4j', name: 'jsonrpc4j', version: '1.1'
libraryDependencies += "com.github.briandilley.jsonrpc4j" % "jsonrpc4j" % "1.1"
<dependency org="com.github.briandilley.jsonrpc4j" name="jsonrpc4j" rev="1.1"/>
@Grapes(@Grab(group='com.github.briandilley.jsonrpc4j', module='jsonrpc4j', version='1.1'))
'com.github.briandilley.jsonrpc4j:jsonrpc4j:jar:1.1'
Click the following link to download the jar file.
jsonrpc4j-1.1-javadoc.jar