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.14.jar download
rhino-js-engine-1.7.14.pom download
rhino-js-engine-1.7.14-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>rhino-js-engine</artifactId>
  <version>1.7.14</version>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:rhino-js-engine:1.7.14'
Gradle Kotlin
implementation("cat.inspiracio:rhino-js-engine:1.7.14")
Scala SBT
libraryDependencies += "cat.inspiracio" % "rhino-js-engine" % "1.7.14"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='rhino-js-engine', version='1.7.14')
)
Apache Ivy
<dependency org="cat.inspiracio" name="rhino-js-engine" rev="1.7.14" />
Leiningen
[cat.inspiracio/rhino-js-engine "1.7.14"]
Apache Buildr
'cat.inspiracio:rhino-js-engine:jar:1.7.14'
Dependencies