is not current version
Last Version 1.1.1

de.christophkraemer:rhino-script-engine 1.1.0

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.

GroupId

GroupId

de.christophkraemer
ArtifactId

ArtifactId

rhino-script-engine
Version

Version

1.1.0
Type

Type

jar

Download rhino-script-engine 1.1.0


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