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

Jar examples for c:commons-jsonrpc

Description

Implementation of the JSON-RPC protocol

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials