MVN

de.christophkraemer : rhino-script-engine

Maven & Gradle

Mar 11, 2015
3 usages
17 stars

RhinoScriptEngine · This is a copy of the RhinoScriptEngine which is embedded in Java 6/7. There an old version of Rhino (1.7R3) is used. The code in this repository uses the latest rhino version. This is only needed if you want to use the latest version of Rhino in the context of a ScriptEngine in Java 6/7.

<dependency>
    <groupId>de.christophkraemer</groupId>
    <artifactId>rhino-script-engine</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.christophkraemer : rhino-script-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of de.christophkraemer : rhino-script-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
rhino-script-engine-1.1.1
rhino-script-engine-1.1.0
1.0.x
rhino-script-engine-1.0.1

How to add a dependency to Maven

Add the following de.christophkraemer : rhino-script-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.christophkraemer</groupId>
    <artifactId>rhino-script-engine</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.christophkraemer : rhino-script-engine gradle dependency to your build.gradle file:

implementation 'de.christophkraemer:rhino-script-engine:1.1.1'

Gradle Kotlin DSL: Add the following de.christophkraemer : rhino-script-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("de.christophkraemer:rhino-script-engine:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.christophkraemer : rhino-script-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "de.christophkraemer" % "rhino-script-engine" % "1.1.1"