MVN

org.camunda.bpm.extension.swagger.maven : camunda-bpm-swagger-plugin-rest-docs

Maven & Gradle

Feb 09, 2018

Camunda Swagger Docs Extractor Maven Plugin

<plugin>
    <groupId>org.camunda.bpm.extension.swagger.maven</groupId>
    <artifactId>camunda-bpm-swagger-plugin-rest-docs</artifactId>
    <version>7.8.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.bpm.extension.swagger.maven : camunda-bpm-swagger-plugin-rest-docs to add to Maven - Latest Versions:

  • Latest Stable: 7.8.0

All Versions

Choose a version of org.camunda.bpm.extension.swagger.maven : camunda-bpm-swagger-plugin-rest-docs to add to Maven - All Versions:

Version Vulnerabilities Updated
7.8.x
camunda-bpm-swagger-plugin-rest-docs-7.8.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>org.camunda.bpm.extension.swagger.maven</groupId>
    <artifactId>camunda-bpm-swagger-plugin-rest-docs</artifactId>
    <version>7.8.0</version>
</plugin>