MVN

com.apporiented : spring-rest-doc-plugin

Maven & Gradle

Sep 05, 2016
0 stars

Spring-REST-Doc Maven Plugin · Maven plugin that generates the documentation of REST APIs that are based on Spring MVC and JAXB.

<plugin>
    <groupId>com.apporiented</groupId>
    <artifactId>spring-rest-doc-plugin</artifactId>
    <version>1.6.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apporiented : spring-rest-doc-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of com.apporiented : spring-rest-doc-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
spring-rest-doc-plugin-1.6.1
1.6
spring-rest-doc-plugin-1.6
1.5
spring-rest-doc-plugin-1.5
1.4
spring-rest-doc-plugin-1.4
1.3
spring-rest-doc-plugin-1.3
1.2.x
spring-rest-doc-plugin-1.2.2

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.apporiented</groupId>
    <artifactId>spring-rest-doc-plugin</artifactId>
    <version>1.6.1</version>
</plugin>

Advertisement