License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcat.inspiracio |
ArtifactId | ArtifactIdrhino-js-engine |
Last Version | Last Version1.7.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrhino-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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rhino-js-engine-1.7.10.pom | |
rhino-js-engine-1.7.10.jar | 39 KB |
rhino-js-engine-1.7.10-sources.jar | 37 KB |
rhino-js-engine-1.7.10-javadoc.jar | 126 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.mozilla : rhino | jar | 1.7.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |