Download commons-jsonrpc-2.0.1.jar file - Jar c

Jar examples for c:commons-jsonrpc

Description

Implementation of the JSON-RPC protocol

You can download jar file commons-jsonrpc 2.0.1 in this page.

Build File

You can use the following script to add commons-jsonrpc-2.0.1.jar to your project.

<dependency>
   <groupId>fr.cenotelie.commons</groupId>
   <artifactId>commons-jsonrpc</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'fr.cenotelie.commons', name: 'commons-jsonrpc', version: '2.0.1'
libraryDependencies += "fr.cenotelie.commons" % "commons-jsonrpc" % "2.0.1"
<dependency org="fr.cenotelie.commons" name="commons-jsonrpc" rev="2.0.1"/>
@Grapes(@Grab(group='fr.cenotelie.commons', module='commons-jsonrpc', version='2.0.1'))
'fr.cenotelie.commons:commons-jsonrpc:jar:2.0.1'

Download

Click the following link to download the jar file.

commons-jsonrpc-2.0.1-javadoc.jar
commons-jsonrpc-2.0.1-sources.jar
commons-jsonrpc-2.0.1.jar
commons-jsonrpc-2.0.1.pom



Related Tutorials