MVN

com.synerset : unitility-jackson

Maven & Gradle

Jan 02, 2024
6 stars

Unitility Jackson · The Jackson module of UNITILITY, the Physics Units of Measure Library for Java. This module contains JSON serializers and deserializers and a predefined implementation of Jackson SimpleModule to be used to extend any framework using the Jackson libraries.

<dependency>
    <groupId>com.synerset</groupId>
    <artifactId>unitility-jackson</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.synerset : unitility-jackson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.synerset : unitility-jackson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
unitility-jackson-2.1.1
2.0.x
unitility-jackson-2.0.0

How to add a dependency to Maven

Add the following com.synerset : unitility-jackson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.synerset</groupId>
    <artifactId>unitility-jackson</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.synerset : unitility-jackson gradle dependency to your build.gradle file:

implementation 'com.synerset:unitility-jackson:2.1.1'

Gradle Kotlin DSL: Add the following com.synerset : unitility-jackson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.synerset:unitility-jackson:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.synerset : unitility-jackson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.synerset" % "unitility-jackson" % "2.1.1"

Advertisement