MVN

com.ms3-inc.camel : camel-restdsl-openapi-plugin

Maven & Gradle

Jan 12, 2021
3 stars

Camel REST DSL OpenAPI Maven Plugin · Generates a Camel REST DSL project from an OpenAPI document

<plugin>
    <groupId>com.ms3-inc.camel</groupId>
    <artifactId>camel-restdsl-openapi-plugin</artifactId>
    <version>0.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ms3-inc.camel : camel-restdsl-openapi-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.ms3-inc.camel : camel-restdsl-openapi-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
camel-restdsl-openapi-plugin-0.1.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>com.ms3-inc.camel</groupId>
    <artifactId>camel-restdsl-openapi-plugin</artifactId>
    <version>0.1.0</version>
</plugin>

Advertisement