Last Version

RhinoScriptEngine 1.1.1

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.

License

License

GroupId

GroupId

de.christophkraemer
ArtifactId

ArtifactId

rhino-script-engine
Version

Version

1.1.1
Type

Type

jar
Description

Description

RhinoScriptEngine
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.
Project URL

Project URL

https://github.com/cevou/rhino-script-engine

Download rhino-script-engine 1.1.1


<!-- https://jarcasting.com/artifacts/de.christophkraemer/rhino-script-engine/ -->
<dependency>
    <groupId>de.christophkraemer</groupId>
    <artifactId>rhino-script-engine</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.christophkraemer/rhino-script-engine/
implementation 'de.christophkraemer:rhino-script-engine:1.1.1'
// https://jarcasting.com/artifacts/de.christophkraemer/rhino-script-engine/
implementation ("de.christophkraemer:rhino-script-engine:1.1.1")
'de.christophkraemer:rhino-script-engine:jar:1.1.1'
<dependency org="de.christophkraemer" name="rhino-script-engine" rev="1.1.1">
  <artifact name="rhino-script-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.christophkraemer', module='rhino-script-engine', version='1.1.1')
)
libraryDependencies += "de.christophkraemer" % "rhino-script-engine" % "1.1.1"
[de.christophkraemer/rhino-script-engine "1.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.mozilla : rhino jar 1.7R5

Project Modules

There are no modules declared in this project.