Download rhino-js-engine-1.7.7.1.jar file - Jar r

Jar examples for r:rhino-js-engine

Description

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.

You can download jar file rhino-js-engine 1.7.7.1 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add rhino-js-engine-1.7.7.1.jar to your project.

<dependency>
   <groupId>cat.inspiracio</groupId>
   <artifactId>rhino-js-engine</artifactId>
   <version>1.7.7.1</version>
</dependency>
compile group: 'cat.inspiracio', name: 'rhino-js-engine', version: '1.7.7.1'
libraryDependencies += "cat.inspiracio" % "rhino-js-engine" % "1.7.7.1"
<dependency org="cat.inspiracio" name="rhino-js-engine" rev="1.7.7.1"/>
@Grapes(@Grab(group='cat.inspiracio', module='rhino-js-engine', version='1.7.7.1'))
'cat.inspiracio:rhino-js-engine:jar:1.7.7.1'

Download

Click the following link to download the jar file.

rhino-js-engine-1.7.7.1-javadoc.jar
rhino-js-engine-1.7.7.1-sources.jar
rhino-js-engine-1.7.7.1.jar
rhino-js-engine-1.7.7.1.pom



Related Tutorials