is not current version
Last Version 1.7.14

org.mozilla:rhino-runtime 1.7.12

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-runtime
Version

Version

1.7.12
Type

Type

jar

Download rhino-runtime 1.7.12


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