MVN

org.javalite : aw-mate

Maven & Gradle

Apr 20, 2023

JavaLite - ActiveWeb-Mate Plugin · This plugin will generate Open API - compliant document from sources of an ActiveWeb app.

<plugin>
    <groupId>org.javalite</groupId>
    <artifactId>aw-mate</artifactId>
    <version>3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javalite : aw-mate to add to Maven - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of org.javalite : aw-mate to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0
aw-mate-3.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.javalite</groupId>
    <artifactId>aw-mate</artifactId>
    <version>3.0</version>
</plugin>

Advertisement