MVN

org.gwt-jsonmaker : gwt-jsonmaker

Maven & Gradle

Mar 22, 2017
0 stars

gwt-jsonmaker · jsonmaker provides an interface to serialize POJOs to JSON and vice-versa gwt-jsonmaker is derived from gwt-jsonizer(http://code.google.com/p/gwt-jsonizer). Please also visit https://code.google.com/archive/p/gwt-jsonmaker/ for more information.

<dependency>
    <groupId>org.gwt-jsonmaker</groupId>
    <artifactId>gwt-jsonmaker</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gwt-jsonmaker : gwt-jsonmaker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.gwt-jsonmaker : gwt-jsonmaker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
gwt-jsonmaker-1.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.gwt-jsonmaker</groupId>
    <artifactId>gwt-jsonmaker</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.gwt-jsonmaker : gwt-jsonmaker gradle dependency to your build.gradle file:

implementation 'org.gwt-jsonmaker:gwt-jsonmaker:1.3.0'

Gradle Kotlin DSL: Add the following org.gwt-jsonmaker : gwt-jsonmaker gradle kotlin dependency to your build.gradle.kts file:

implementation("org.gwt-jsonmaker:gwt-jsonmaker:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.gwt-jsonmaker : gwt-jsonmaker sbt scala dependency to your build.sbt file:

libraryDependencies += "org.gwt-jsonmaker" % "gwt-jsonmaker" % "1.3.0"

Advertisement