License |
License |
---|---|
GroupId | GroupIdde.christophkraemer |
ArtifactId | ArtifactIdrhino-script-engine |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRhinoScriptEngine
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 |
Filename | Size |
---|---|
rhino-script-engine-1.1.1.pom | |
rhino-script-engine-1.1.1.jar | 29 KB |
rhino-script-engine-1.1.1-sources.jar | 21 KB |
rhino-script-engine-1.1.1-javadoc.jar | 66 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mozilla : rhino | jar | 1.7R5 |