MVN

pl.ds.websight : websight-rest-swagger-maven-plugin

Maven & Gradle

Jul 17, 2023

WebSight Swagger Maven Plugin · Rest Swagger Plugin is a plugin for generating Rest API specification by scanning WebSight Rest actions in modules the plugin is enabled for.

<plugin>
    <groupId>pl.ds.websight</groupId>
    <artifactId>websight-rest-swagger-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.ds.websight : websight-rest-swagger-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of pl.ds.websight : websight-rest-swagger-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
websight-rest-swagger-maven-plugin-1.0.2
websight-rest-swagger-maven-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>pl.ds.websight</groupId>
    <artifactId>websight-rest-swagger-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>