MVN

com.github.lbovolini : object-mapper

Maven & Gradle

Mar 13, 2021
1 stars

ObjectMapper · Maps an object to another via getters and setters methods

<dependency>
    <groupId>com.github.lbovolini</groupId>
    <artifactId>object-mapper</artifactId>
    <version>1.1.68</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lbovolini : object-mapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.68

All Versions

Choose a version of com.github.lbovolini : object-mapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
object-mapper-1.1.68

How to add a dependency to Maven

Add the following com.github.lbovolini : object-mapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lbovolini</groupId>
    <artifactId>object-mapper</artifactId>
    <version>1.1.68</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lbovolini : object-mapper gradle dependency to your build.gradle file:

implementation 'com.github.lbovolini:object-mapper:1.1.68'

Gradle Kotlin DSL: Add the following com.github.lbovolini : object-mapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lbovolini:object-mapper:1.1.68")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lbovolini : object-mapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lbovolini" % "object-mapper" % "1.1.68"

Advertisement