is not current version
Last Version 1.7.14

org.mozilla:rhino 1.7.11-RC1

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.11-RC1
Type

Type

jar

Download rhino 1.7.11-RC1


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