MVN

com.github.phasebash : jsdoc3-rhino

Maven & Gradle

Jan 29, 2014
1 usages
16 stars

JsDoc3 Rhino (wrapper) · A surrogate Jar prepackaging the Hegemonic branch of Mozilla's Rhino as required by jsdoc3. Exists to fulfill the (forked) rhino:js dependency through Maven.

<plugin>
    <groupId>com.github.phasebash</groupId>
    <artifactId>jsdoc3-rhino</artifactId>
    <version>1.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.phasebash : jsdoc3-rhino to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.github.phasebash : jsdoc3-rhino to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jsdoc3-rhino-1.0.7
jsdoc3-rhino-1.0.6
jsdoc3-rhino-1.0.5
jsdoc3-rhino-1.0.4
jsdoc3-rhino-1.0.3
jsdoc3-rhino-1.0.2

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.github.phasebash</groupId>
    <artifactId>jsdoc3-rhino</artifactId>
    <version>1.0.7</version>
</plugin>