rhino-js-engine

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.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

cat.inspiracio
ArtifactId

ArtifactId

rhino-js-engine
Last Version

Last Version

1.7.10
Release Date

Release Date

Type

Type

jar
Description

Description

rhino-js-engine
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.
Project URL

Project URL

http://www.inspiracio.cat
Source Code Management

Source Code Management

https://bitbucket.org/bunkenburg/rhino-js-engine

Download rhino-js-engine

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.mozilla : rhino jar 1.7.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.10
1.7.7.1