MVN

org.mozilla : rhino

Maven & Gradle

Jan 06, 2022
617 usages
3.8k stars

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. Full jar including tools, excluding the JSR-223 Script Engine wrapper.

<dependency>
    <groupId>org.mozilla</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mozilla : rhino to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.14
  • Latest Release Candidate: 1.7.14-RC1

All Versions

Choose a version of org.mozilla : rhino to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
rhino-1.7.14
rhino-1.7.14-RC1
rhino-1.7.13
rhino-1.7.12
rhino-1.7.11
rhino-1.7.11-RC2
rhino-1.7.11-RC1
rhino-1.7.10
rhino-1.7.9
rhino-1.7.8
rhino-1.7.8-RC1
rhino-1.7.7.2
rhino-1.7.7.1
rhino-1.7.7
rhino-1.7.6
1.7R5
rhino-1.7R5
1.7R4
rhino-1.7R4
1.7R3
rhino-1.7R3

How to add a dependency to Maven

Add the following org.mozilla : rhino maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mozilla</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mozilla : rhino gradle dependency to your build.gradle file:

implementation 'org.mozilla:rhino:1.7.14'

Gradle Kotlin DSL: Add the following org.mozilla : rhino gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mozilla:rhino:1.7.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mozilla : rhino sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mozilla" % "rhino" % "1.7.14"

Advertisement

Dependencies from Group

Jan 06, 2022
617 usages
3.8k stars
Jan 06, 2022
8 usages
3.8k stars
Jan 06, 2022
7 usages
3.8k stars
Jan 24, 2020
97 stars

Discover Dependencies

Jun 20, 2023
695 usages
8.4k stars
Aug 11, 2023
25 usages
148 stars
Dec 10, 2019
550 usages
2k stars
Jul 31, 2023
175 usages
43.2k stars
sdk
May 02, 2017
2 usages
839 stars
Apr 29, 2021
63 usages
1.8k stars
Aug 23, 2023
455 usages
195 stars
Jan 16, 2016
10 usages
826 stars
Dec 01, 2021
1.9k usages
2.1k stars