MVN

io.github.berkleytechnologyservices : restdocs-spec-maven-plugin

Maven & Gradle

Apr 01, 2023
48 stars

io.github.berkleytechnologyservices:restdocs-spec-maven-plugin · Generate API specifications using snippets generated by Spring Rest Docs.

<plugin>
    <groupId>io.github.berkleytechnologyservices</groupId>
    <artifactId>restdocs-spec-maven-plugin</artifactId>
    <version>0.22</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.berkleytechnologyservices : restdocs-spec-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.22

All Versions

Choose a version of io.github.berkleytechnologyservices : restdocs-spec-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.22
restdocs-spec-maven-plugin-0.22
0.21
restdocs-spec-maven-plugin-0.21
0.20
restdocs-spec-maven-plugin-0.20

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.berkleytechnologyservices</groupId>
    <artifactId>restdocs-spec-maven-plugin</artifactId>
    <version>0.22</version>
</plugin>