MVN

ru.oleg-cherednik.jackson : jackson-utils

Maven & Gradle

May 13, 2022
5 stars

jackson-utils · Jackson usability utilities. It's designed to add additional features like easy and centralized configuration, builder or static method set.

<dependency>
    <groupId>ru.oleg-cherednik.jackson</groupId>
    <artifactId>jackson-utils</artifactId>
    <version>2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.oleg-cherednik.jackson : jackson-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6

All Versions

Choose a version of ru.oleg-cherednik.jackson : jackson-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6
jackson-utils-2.6
2.5
jackson-utils-2.5
2.4
jackson-utils-2.4
2.3
jackson-utils-2.3

How to add a dependency to Maven

Add the following ru.oleg-cherednik.jackson : jackson-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.oleg-cherednik.jackson</groupId>
    <artifactId>jackson-utils</artifactId>
    <version>2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.oleg-cherednik.jackson : jackson-utils gradle dependency to your build.gradle file:

implementation 'ru.oleg-cherednik.jackson:jackson-utils:2.6'

Gradle Kotlin DSL: Add the following ru.oleg-cherednik.jackson : jackson-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.oleg-cherednik.jackson:jackson-utils:2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.oleg-cherednik.jackson : jackson-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.oleg-cherednik.jackson" % "jackson-utils" % "2.6"