Download spring-json-1.3.1.jar file - Jar s

Jar examples for s:spring-json

Description

Spring Json-View adds JavaScript Object Notation (json) support to Spring-MVC

You can download jar file spring-json 1.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-json-1.3.1.jar to your project.

<dependency>
   <groupId>net.sf.spring-json</groupId>
   <artifactId>spring-json</artifactId>
   <version>1.3.1</version>
</dependency>
compile group: 'net.sf.spring-json', name: 'spring-json', version: '1.3.1'
libraryDependencies += "net.sf.spring-json" % "spring-json" % "1.3.1"
<dependency org="net.sf.spring-json" name="spring-json" rev="1.3.1"/>
@Grapes(@Grab(group='net.sf.spring-json', module='spring-json', version='1.3.1'))
'net.sf.spring-json:spring-json:jar:1.3.1'

Download

Click the following link to download the jar file.

spring-json-1.3.1-javadoc.jar
spring-json-1.3.1-sources.jar
spring-json-1.3.1.jar
spring-json-1.3.1.pom



Related Tutorials