r

rhino

The Rhino JavaScript Engine for Java
Mozilla Public License 2.0
Apigee Corporation
Files download
File Operation
rhino-1.7R5pre3.jar download
rhino-1.7R5pre3.pom download
rhino-1.7R5pre3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.apigee</groupId>
  <artifactId>rhino</artifactId>
  <version>1.7R5pre3</version>
</dependency>
Gradle Groovy
implementation 'io.apigee:rhino:1.7R5pre3'
Gradle Kotlin
implementation("io.apigee:rhino:1.7R5pre3")
Scala SBT
libraryDependencies += "io.apigee" % "rhino" % "1.7R5pre3"
Groovy Grape
@Grapes(
  @Grab(group='io.apigee', module='rhino', version='1.7R5pre3')
)
Apache Ivy
<dependency org="io.apigee" name="rhino" rev="1.7R5pre3" />
Leiningen
[io.apigee/rhino "1.7R5pre3"]
Apache Buildr
'io.apigee:rhino:jar:1.7R5pre3'