MVN

net.obvj : confectory-datamapper-jackson2-toml

Maven & Gradle

May 01, 2023

Confectory Data Mapper - Jackson 2 (TOML) · Confectory module that adds support to TOML deserialization using Jackson 2 as provider

<dependency>
    <groupId>net.obvj</groupId>
    <artifactId>confectory-datamapper-jackson2-toml</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.obvj : confectory-datamapper-jackson2-toml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of net.obvj : confectory-datamapper-jackson2-toml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
confectory-datamapper-jackson2-toml-2.4.0
2.3.x
confectory-datamapper-jackson2-toml-2.3.1
confectory-datamapper-jackson2-toml-2.3.0
2.2.x
confectory-datamapper-jackson2-toml-2.2.0
2.1.x
confectory-datamapper-jackson2-toml-2.1.0
2.0.x
confectory-datamapper-jackson2-toml-2.0.0
1.2.x
confectory-datamapper-jackson2-toml-1.2.0
1.1.x
confectory-datamapper-jackson2-toml-1.1.0

How to add a dependency to Maven

Add the following net.obvj : confectory-datamapper-jackson2-toml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.obvj</groupId>
    <artifactId>confectory-datamapper-jackson2-toml</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.obvj : confectory-datamapper-jackson2-toml gradle dependency to your build.gradle file:

implementation 'net.obvj:confectory-datamapper-jackson2-toml:2.4.0'

Gradle Kotlin DSL: Add the following net.obvj : confectory-datamapper-jackson2-toml gradle kotlin dependency to your build.gradle.kts file:

implementation("net.obvj:confectory-datamapper-jackson2-toml:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.obvj : confectory-datamapper-jackson2-toml sbt scala dependency to your build.sbt file:

libraryDependencies += "net.obvj" % "confectory-datamapper-jackson2-toml" % "2.4.0"

Advertisement