Last Version

GWTProJSONSerializer 1.0.0

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.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks JSON Data
GroupId

GroupId

org.atmosphere
ArtifactId

ArtifactId

gwtprojsonserializer
Version

Version

1.0.0
Type

Type

jar
Description

Description

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.

Download gwtprojsonserializer 1.0.0


<!-- https://jarcasting.com/artifacts/org.atmosphere/gwtprojsonserializer/ -->
<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>gwtprojsonserializer</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/gwtprojsonserializer/
implementation 'org.atmosphere:gwtprojsonserializer:1.0.0'
// https://jarcasting.com/artifacts/org.atmosphere/gwtprojsonserializer/
implementation ("org.atmosphere:gwtprojsonserializer:1.0.0")
'org.atmosphere:gwtprojsonserializer:jar:1.0.0'
<dependency org="org.atmosphere" name="gwtprojsonserializer" rev="1.0.0">
  <artifact name="gwtprojsonserializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='gwtprojsonserializer', version='1.0.0')
)
libraryDependencies += "org.atmosphere" % "gwtprojsonserializer" % "1.0.0"
[org.atmosphere/gwtprojsonserializer "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.gwt : gwt-servlet jar 2.4.0
org.slf4j : slf4j-api jar 1.6.1

provided (6)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.4.0
com.google.gwt : gwt-dev jar 2.4.0
org.eclipse.jetty : jetty-websocket jar 7.6.0.v20120127
org.mortbay.jetty : jetty jar 6.1.22
org.mortbay.jetty : jetty-util jar 6.1.22
org.mortbay.jetty : jetty-management jar 6.1.22

test (7)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.testng : testng jar 5.8
com.ning : async-http-client jar 1.7.6
org.slf4j : jul-to-slf4j jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1
ch.qos.logback : logback-core jar 0.9.30
ch.qos.logback : logback-classic jar 0.9.30

Project Modules

There are no modules declared in this project.