MVN

com.jolira : rhino

Maven & Gradle

Feb 27, 2011

JavaScript for Java · A version of the Rhino Javascript engine pulled diretly from the Mozialla repos.

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jolira : rhino to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3.1

All Versions

Choose a version of com.jolira : rhino to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
rhino-1.7.3.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jolira : rhino gradle dependency to your build.gradle file:

implementation 'com.jolira:rhino:1.7.3.1'

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

implementation("com.jolira:rhino:1.7.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jolira : rhino sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jolira" % "rhino" % "1.7.3.1"