MVN

org.mozilla : rhino-runtime

Maven & Gradle

Jan 06, 2022
8 usages
3.8k stars

Rhino JavaScript runtime jar, excludes tools & JSR-223 Script Engine wrapper.

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

Latest Version

Choose a version of org.mozilla : rhino-runtime 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-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
rhino-runtime-1.7.14
rhino-runtime-1.7.14-RC1
rhino-runtime-1.7.13
rhino-runtime-1.7.12

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.mozilla:rhino-runtime:1.7.14'

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

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

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mozilla" % "rhino-runtime" % "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