Download gwtprojsonserializer-1.0.0.jar file - Jar g

Jar examples for g:gwtprojsonserializer

Description

GWT Professional JSON Serializer allows you to serialize any JSON text into a java object (and reverse). It is crucial functionality when there is no GWT-RPC on server side. This JSON serializer allows easy connecting GWT client side to any standard server side technology.

You can download jar file gwtprojsonserializer 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gwtprojsonserializer-1.0.0-javadoc.jar
gwtprojsonserializer-1.0.0-sources.jar
gwtprojsonserializer-1.0.0.jar
gwtprojsonserializer-1.0.0.pom



Related Tutorials