Mozilla Rhino

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.

License

License

GroupId

GroupId

com.github.tntim96
ArtifactId

ArtifactId

rhino
Last Version

Last Version

1.7R5pre05
Release Date

Release Date

Type

Type

jar
Description

Description

Mozilla Rhino
Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.
Project Organization

Project Organization

The Mozilla Foundation
Source Code Management

Source Code Management

https://github.com/tntim96/rhino-jscover

Download rhino

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.xmlbeans : xmlbeans Optional jar 2.5.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.7R5pre05
1.7R5pre04
1.7R5pre03
1.7R5pre02
1.7R5pre01