MVN

io.github.zentol.japicmp : japicmp-maven-plugin

Maven & Gradle

Nov 22, 2022
0 stars

japicmp-maven-plugin · japicmp-maven-plugin is a maven plugin that computes the differences between two versions of a jar file/artifact in order to ease the API documentation for clients/customers.

<plugin>
    <groupId>io.github.zentol.japicmp</groupId>
    <artifactId>japicmp-maven-plugin</artifactId>
    <version>0.17.1.1_m325</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zentol.japicmp : japicmp-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.17.1.1_m325

All Versions

Choose a version of io.github.zentol.japicmp : japicmp-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.17.x
japicmp-maven-plugin-0.17.1.1_m325
japicmp-maven-plugin-0.17.1_m325
0.16.x
japicmp-maven-plugin-0.16.0_m325

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.zentol.japicmp</groupId>
    <artifactId>japicmp-maven-plugin</artifactId>
    <version>0.17.1.1_m325</version>
</plugin>

Advertisement