Download jsonrpc4j-1.1.jar file - Jar j

Jar examples for j:jsonrpc4j

Description

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.

License

The MIT License (MIT)

Build File

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'

Download

Click the following link to download the jar file.

jsonrpc4j-1.1-javadoc.jar
jsonrpc4j-1.1-sources.jar
jsonrpc4j-1.1.jar
jsonrpc4j-1.1.pom



Related Tutorials