Jar examples for g:gwtprojsonserializer
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
gwtprojsonserializer-1.0.0-javadoc.jar