MVN

io.ejs : rhino

Maven & Gradle

Jan 28, 2015
1 usages

Rhino · Mozilla's java implementation of a Javascript runtime. Not getting much love these days. Been waiting two years to get 1.7R5 into Maven Central.

<dependency>
    <groupId>io.ejs</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7R5pre</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ejs : rhino to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7R5pre

All Versions

Choose a version of io.ejs : rhino to add to Maven or Gradle - All Versions:

  • Version Updated
  • rhino-1.7R5pre

    Jan 28, 2015
  • rhino-1.7R5pre1

    Jan 28, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>io.ejs</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7R5pre</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ejs : rhino gradle dependency to your build.gradle file:

implementation 'io.ejs:rhino:1.7R5pre'

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

implementation("io.ejs:rhino:1.7R5pre")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ejs : rhino sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ejs" % "rhino" % "1.7R5pre"