j

jsdoc3-rhino

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.
Files download
File Operation
jsdoc3-rhino-1.0.3.jar download
jsdoc3-rhino-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.phasebash</groupId>
  <artifactId>jsdoc3-rhino</artifactId>
  <version>1.0.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.phasebash:jsdoc3-rhino:1.0.3'
Gradle Kotlin
implementation("com.github.phasebash:jsdoc3-rhino:1.0.3")
Scala SBT
libraryDependencies += "com.github.phasebash" % "jsdoc3-rhino" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.phasebash', module='jsdoc3-rhino', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.phasebash" name="jsdoc3-rhino" rev="1.0.3" />
Leiningen
[com.github.phasebash/jsdoc3-rhino "1.0.3"]
Apache Buildr
'com.github.phasebash:jsdoc3-rhino:jar:1.0.3'