is not current version
Last Version 1.0.0

org.atmosphere:gwtprojsonserializer 1.0.0.beta5

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.

Categories

Categories

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

GroupId

org.atmosphere
ArtifactId

ArtifactId

gwtprojsonserializer
Version

Version

1.0.0.beta5
Type

Type

jar

Download gwtprojsonserializer 1.0.0.beta5


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