is not current version
Last Version 1.7.14

org.mozilla:rhino 1.7.6

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.7.6
Type

Type

jar

Download rhino 1.7.6


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