Download jsonsrv-2.4.0.jar file - Jar j

Jar examples for j:jsonsrv

Description

A lightweight, jar-packaged, self-describing, JSON RPC service framework for JEE (servlet-based) for easily exposing your business methods through a JSON over HTTP API.

You can download jar file jsonsrv 2.4.0 in this page.

Build File

You can use the following script to add jsonsrv-2.4.0.jar to your project.

<dependency>
   <groupId>org.brutusin</groupId>
   <artifactId>jsonsrv</artifactId>
   <version>2.4.0</version>
</dependency>
compile group: 'org.brutusin', name: 'jsonsrv', version: '2.4.0'
libraryDependencies += "org.brutusin" % "jsonsrv" % "2.4.0"
<dependency org="org.brutusin" name="jsonsrv" rev="2.4.0"/>
@Grapes(@Grab(group='org.brutusin', module='jsonsrv', version='2.4.0'))
'org.brutusin:jsonsrv:jar:2.4.0'

Download

Click the following link to download the jar file.

jsonsrv-2.4.0-javadoc.jar
jsonsrv-2.4.0-sources.jar
jsonsrv-2.4.0.jar
jsonsrv-2.4.0.pom



Related Tutorials