MVN

com.github.tntim96 : rhino

Maven & Gradle

Jan 18, 2015
1 usages
0 stars

Mozilla Rhino · 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.

<dependency>
    <groupId>com.github.tntim96</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7R5pre05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.7R5pre05

All Versions

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

Version Vulnerabilities Updated
1.7R5pre05
rhino-1.7R5pre05
1.7R5pre04
rhino-1.7R5pre04
1.7R5pre03
rhino-1.7R5pre03
1.7R5pre02
rhino-1.7R5pre02
1.7R5pre01
rhino-1.7R5pre01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tntim96</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7R5pre05</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.tntim96:rhino:1.7R5pre05'

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

implementation("com.github.tntim96:rhino:1.7R5pre05")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre05"