| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks JSON Data |
| GroupId | GroupIdorg.atmosphere |
| ArtifactId | ArtifactIdgwtprojsonserializer |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGWTProJSONSerializer
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.
|
| Filename | Size |
|---|---|
| gwtprojsonserializer-1.0.0.pom | |
| gwtprojsonserializer-1.0.0.jar | 28 KB |
| gwtprojsonserializer-1.0.0-sources.jar | 10 KB |
| gwtprojsonserializer-1.0.0-javadoc.jar | 69 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-servlet | jar | 2.4.0 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| 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 |
| 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 |