MVN

org.atmosphere : gwtprojsonserializer

Maven & Gradle

Sep 04, 2012
10 usages

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.

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>gwtprojsonserializer</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atmosphere : gwtprojsonserializer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0.RC1
  • Latest Beta: 1.0.0.beta5

All Versions

Choose a version of org.atmosphere : gwtprojsonserializer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gwtprojsonserializer-1.0.0
gwtprojsonserializer-1.0.0.RC1
gwtprojsonserializer-1.0.0.beta5
gwtprojsonserializer-1.0.0.beta4
gwtprojsonserializer-1.0.0.beta3

How to add a dependency to Maven

Add the following org.atmosphere : gwtprojsonserializer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atmosphere</groupId>
    <artifactId>gwtprojsonserializer</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atmosphere : gwtprojsonserializer gradle dependency to your build.gradle file:

implementation 'org.atmosphere:gwtprojsonserializer:1.0.0'

Gradle Kotlin DSL: Add the following org.atmosphere : gwtprojsonserializer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atmosphere:gwtprojsonserializer:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atmosphere : gwtprojsonserializer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atmosphere" % "gwtprojsonserializer" % "1.0.0"

Advertisement