Download jsonsrv-2.5.1.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.5.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jsonsrv-2.5.1-javadoc.jar
jsonsrv-2.5.1-sources.jar
jsonsrv-2.5.1.jar
jsonsrv-2.5.1.pom



Related Tutorials