is not current version
Last Version 1.7.14

org.mozilla:rhino 1.7R4

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.

GroupId

GroupId

org.mozilla
ArtifactId

ArtifactId

rhino
Version

Version

1.7R4
Type

Type

jar

Download rhino 1.7R4


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