MVN

com.github.developframework : jsonview3

Maven & Gradle

May 03, 2017

Jsonview3 Framework · Jsonview framework built on Jackson framework,Implementation through XML configuration file to customize the json format, greatly improved the Java generates a json string freedom, let the development of modular more convenient quickly.

<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>jsonview3</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.developframework : jsonview3 to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of com.github.developframework : jsonview3 to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
jsonview3-3.2.0
3.1.x
jsonview3-3.1.0
3.0.x
jsonview3-3.0.2
jsonview3-3.0.1
jsonview3-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>jsonview3</artifactId>
    <version>3.2.0</version>
</dependency>