r

rhino-js-engine

A js-engine.jar that provides a script engine "rhino" with old Rhino JavaScript. The source code for js-engine comes from https://java.net/projects/Scripting. The Rhino engine itself is pulled by maven. Its source is at https://github.com/mozilla/rhino.
http://www.inspiracio.cat
The BSD 3-Clause License
Alexander Bunkenburg
Files download
File Operation
rhino-js-engine-1.7.10.jar download
rhino-js-engine-1.7.10.pom download
rhino-js-engine-1.7.10-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>rhino-js-engine</artifactId>
  <version>1.7.10</version>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:rhino-js-engine:1.7.10'
Gradle Kotlin
implementation("cat.inspiracio:rhino-js-engine:1.7.10")
Scala SBT
libraryDependencies += "cat.inspiracio" % "rhino-js-engine" % "1.7.10"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='rhino-js-engine', version='1.7.10')
)
Apache Ivy
<dependency org="cat.inspiracio" name="rhino-js-engine" rev="1.7.10" />
Leiningen
[cat.inspiracio/rhino-js-engine "1.7.10"]
Apache Buildr
'cat.inspiracio:rhino-js-engine:jar:1.7.10'
Dependencies