MVN

cz.kahle.maven : apache-camel-swagger-plugin

Maven & Gradle

Aug 04, 2020
0 stars

apache-camel-swagger-plugin Maven Plugin · Maven plugin which serves to generate swagger file from Route definitions during build time.

<plugin>
    <groupId>cz.kahle.maven</groupId>
    <artifactId>apache-camel-swagger-plugin</artifactId>
    <version>1.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.kahle.maven : apache-camel-swagger-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of cz.kahle.maven : apache-camel-swagger-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
apache-camel-swagger-plugin-1.0.7
apache-camel-swagger-plugin-1.0.6
apache-camel-swagger-plugin-1.0.5
apache-camel-swagger-plugin-1.0.3
apache-camel-swagger-plugin-1.0.2
apache-camel-swagger-plugin-1.0.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>cz.kahle.maven</groupId>
    <artifactId>apache-camel-swagger-plugin</artifactId>
    <version>1.0.7</version>
</plugin>