Download rhino-script-engine-1.1.1.jar file - Jar r

Jar examples for r:rhino-script-engine

Description

This is a copy of the RhinoScriptEngine which is embedded in Java 6/7. There an old version of Rhino (1.7R3) is used. The code in this repository uses the latest rhino version. This is only needed if you want to use the latest version of Rhino in the context of a ScriptEngine in Java 6/7.

You can download jar file rhino-script-engine 1.1.1 in this page.

License

GNU General Public License, version 2, with the Classpath Exception

Build File

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

<dependency>
   <groupId>de.christophkraemer</groupId>
   <artifactId>rhino-script-engine</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'de.christophkraemer', name: 'rhino-script-engine', version: '1.1.1'
libraryDependencies += "de.christophkraemer" % "rhino-script-engine" % "1.1.1"
<dependency org="de.christophkraemer" name="rhino-script-engine" rev="1.1.1"/>
@Grapes(@Grab(group='de.christophkraemer', module='rhino-script-engine', version='1.1.1'))
'de.christophkraemer:rhino-script-engine:jar:1.1.1'

Download

Click the following link to download the jar file.

rhino-script-engine-1.1.1-javadoc.jar
rhino-script-engine-1.1.1-sources.jar
rhino-script-engine-1.1.1.jar
rhino-script-engine-1.1.1.pom



Related Tutorials