Download json-rpc-model-1.0.jar file - Jar j

Jar examples for j:json-rpc-model

Description

a library for creating JSON RPC services in Java

You can download jar file json-rpc-model 1.0 in this page.

License

json-rpc-model is licensed unerl LGPL

Build File

You can use the following script to add json-rpc-model-1.0.jar to your project.

<dependency>
   <groupId>ca.uhn.ws</groupId>
   <artifactId>json-rpc-model</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'ca.uhn.ws', name: 'json-rpc-model', version: '1.0'
libraryDependencies += "ca.uhn.ws" % "json-rpc-model" % "1.0"
<dependency org="ca.uhn.ws" name="json-rpc-model" rev="1.0"/>
@Grapes(@Grab(group='ca.uhn.ws', module='json-rpc-model', version='1.0'))
'ca.uhn.ws:json-rpc-model:jar:1.0'

Download

Click the following link to download the jar file.

json-rpc-model-1.0-javadoc.jar
json-rpc-model-1.0-sources.jar
json-rpc-model-1.0.jar
json-rpc-model-1.0.pom



Related Tutorials