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