MVN

net.revelc.apilyzer : apilyzer-maven-plugin

Maven & Gradle

Apr 09, 2015
4 stars

APILyzer Maven Plugin · A Maven plugin for analyzing types used by a declared public API

<plugin>
    <groupId>net.revelc.apilyzer</groupId>
    <artifactId>apilyzer-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.revelc.apilyzer : apilyzer-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of net.revelc.apilyzer : apilyzer-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
apilyzer-maven-plugin-1.0.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>net.revelc.apilyzer</groupId>
    <artifactId>apilyzer-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>