MVN

io.sgr : object-flattener

Maven & Gradle

Dec 08, 2020
1 stars

Object Flattener · A java library which helps you flatten java object to dot-annotated properties and back to json and/or java object.

<dependency>
    <groupId>io.sgr</groupId>
    <artifactId>object-flattener</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sgr : object-flattener to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.sgr : object-flattener to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
object-flattener-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.sgr</groupId>
    <artifactId>object-flattener</artifactId>
    <version>1.0.0</version>
</dependency>