MVN

com.github.samskiter.jsonschema2pojo : jsonschema2pojo-maven-plugin

Maven & Gradle

May 06, 2016
6.1k stars

jsonschema2pojo-maven-plugin

<plugin>
    <groupId>com.github.samskiter.jsonschema2pojo</groupId>
    <artifactId>jsonschema2pojo-maven-plugin</artifactId>
    <version>0.4.23-fork.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.samskiter.jsonschema2pojo : jsonschema2pojo-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4.23-fork.3

All Versions

Choose a version of com.github.samskiter.jsonschema2pojo : jsonschema2pojo-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
jsonschema2pojo-maven-plugin-0.4.23-fork.3
jsonschema2pojo-maven-plugin-0.4.23-fork.2
jsonschema2pojo-maven-plugin-0.4.23-fork.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.samskiter.jsonschema2pojo</groupId>
    <artifactId>jsonschema2pojo-maven-plugin</artifactId>
    <version>0.4.23-fork.3</version>
</plugin>