MVN

it.imolinfo.maven.plugins : openapi2jsonschema4j

Maven & Gradle

Jul 21, 2023
2 stars

OpenAPI2JsonSchema4J · Maven plugin used convert swagger 2.0 models to json schema draft 4 files

<plugin>
    <groupId>it.imolinfo.maven.plugins</groupId>
    <artifactId>openapi2jsonschema4j</artifactId>
    <version>1.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.imolinfo.maven.plugins : openapi2jsonschema4j to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of it.imolinfo.maven.plugins : openapi2jsonschema4j to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
openapi2jsonschema4j-1.0.6
openapi2jsonschema4j-1.0.5
openapi2jsonschema4j-1.0.4
openapi2jsonschema4j-1.0.3
openapi2jsonschema4j-1.0.2
openapi2jsonschema4j-1.0.1
openapi2jsonschema4j-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>it.imolinfo.maven.plugins</groupId>
    <artifactId>openapi2jsonschema4j</artifactId>
    <version>1.0.6</version>
</plugin>

Advertisement