MVN

com.github.nmorel.gwtjackson : gwt-jackson-objectify

Maven & Gradle

Sep 16, 2018
110 stars

gwt-jackson :: Extensions :: Objectify · Extension to support Objectify types like Ref or Key

<dependency>
    <groupId>com.github.nmorel.gwtjackson</groupId>
    <artifactId>gwt-jackson-objectify</artifactId>
    <version>0.15.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nmorel.gwtjackson : gwt-jackson-objectify to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.4

All Versions

Choose a version of com.github.nmorel.gwtjackson : gwt-jackson-objectify to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
gwt-jackson-objectify-0.15.4
gwt-jackson-objectify-0.15.3
gwt-jackson-objectify-0.15.2
gwt-jackson-objectify-0.15.1
gwt-jackson-objectify-0.15.0

How to add a dependency to Maven

Add the following com.github.nmorel.gwtjackson : gwt-jackson-objectify maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nmorel.gwtjackson</groupId>
    <artifactId>gwt-jackson-objectify</artifactId>
    <version>0.15.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nmorel.gwtjackson : gwt-jackson-objectify gradle dependency to your build.gradle file:

implementation 'com.github.nmorel.gwtjackson:gwt-jackson-objectify:0.15.4'

Gradle Kotlin DSL: Add the following com.github.nmorel.gwtjackson : gwt-jackson-objectify gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nmorel.gwtjackson:gwt-jackson-objectify:0.15.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nmorel.gwtjackson : gwt-jackson-objectify sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nmorel.gwtjackson" % "gwt-jackson-objectify" % "0.15.4"

Advertisement