MVN

io.github.rohit-walia : jacksonhelper

Maven & Gradle

Mar 30, 2024
0 stars

io.github.rohit-walia:jacksonhelper · This helper library, built as a wrapper around the Jackson library, aims to streamline the process of serialization and deserialization. It provides a set of common functionalities that simplify the conversion process, making it more efficient and less error-prone. The library encapsulates the complexities of using Jackson, offering a more user-friendly interface for developers to work with JSON data in Java.

<dependency>
    <groupId>io.github.rohit-walia</groupId>
    <artifactId>jacksonhelper</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rohit-walia : jacksonhelper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of io.github.rohit-walia : jacksonhelper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jacksonhelper-2.0.6

How to add a dependency to Maven

Add the following io.github.rohit-walia : jacksonhelper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rohit-walia</groupId>
    <artifactId>jacksonhelper</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rohit-walia : jacksonhelper gradle dependency to your build.gradle file:

implementation 'io.github.rohit-walia:jacksonhelper:2.0.6'

Gradle Kotlin DSL: Add the following io.github.rohit-walia : jacksonhelper gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rohit-walia:jacksonhelper:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rohit-walia : jacksonhelper sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rohit-walia" % "jacksonhelper" % "2.0.6"