MVN

com.googlecode.jgenhtml : jgenhtml

Maven & Gradle

Aug 06, 2023
13 stars

jgenhtml · This tool is a java implementation of lcov's genhtml tool, primarily intended for use with the output file produced by JsTestDriver's coverage plugin but could be used anywhere genhtml is used.

<plugin>
    <groupId>com.googlecode.jgenhtml</groupId>
    <artifactId>jgenhtml</artifactId>
    <version>1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jgenhtml : jgenhtml to add to Maven - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of com.googlecode.jgenhtml : jgenhtml to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
jgenhtml-1.6
1.5
jgenhtml-1.5

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.googlecode.jgenhtml</groupId>
    <artifactId>jgenhtml</artifactId>
    <version>1.6</version>
</plugin>