MVN

com.dilipkumarg.projects : jackson-cyclic-ref-handler-module

Maven & Gradle

Apr 09, 2019
0 stars

jackson-cyclic-ref-handler-module · Jackson module for handling cyclic references while serialization.

<dependency>
    <groupId>com.dilipkumarg.projects</groupId>
    <artifactId>jackson-cyclic-ref-handler-module</artifactId>
    <version>1.0.Release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dilipkumarg.projects : jackson-cyclic-ref-handler-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.Release

All Versions

Choose a version of com.dilipkumarg.projects : jackson-cyclic-ref-handler-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jackson-cyclic-ref-handler-module-1.0.Release
1.0
jackson-cyclic-ref-handler-module-1.0

How to add a dependency to Maven

Add the following com.dilipkumarg.projects : jackson-cyclic-ref-handler-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dilipkumarg.projects</groupId>
    <artifactId>jackson-cyclic-ref-handler-module</artifactId>
    <version>1.0.Release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dilipkumarg.projects : jackson-cyclic-ref-handler-module gradle dependency to your build.gradle file:

implementation 'com.dilipkumarg.projects:jackson-cyclic-ref-handler-module:1.0.Release'

Gradle Kotlin DSL: Add the following com.dilipkumarg.projects : jackson-cyclic-ref-handler-module gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dilipkumarg.projects:jackson-cyclic-ref-handler-module:1.0.Release")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dilipkumarg.projects : jackson-cyclic-ref-handler-module sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dilipkumarg.projects" % "jackson-cyclic-ref-handler-module" % "1.0.Release"