r

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.
https://developer.mozilla.org/en/Rhino
Mozilla Public License, Version 2.0
The Mozilla Foundation
文件下载
文件名 操作
rhino-1.7R5pre03.jar 下载
rhino-1.7R5pre03.pom 下载
rhino-1.7R5pre03-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.tntim96</groupId>
  <artifactId>rhino</artifactId>
  <version>1.7R5pre03</version>
</dependency>
Gradle Groovy
implementation 'com.github.tntim96:rhino:1.7R5pre03'
Gradle Kotlin
implementation("com.github.tntim96:rhino:1.7R5pre03")
Scala SBT
libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre03"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tntim96', module='rhino', version='1.7R5pre03')
)
Apache Ivy
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre03" />
Leiningen
[com.github.tntim96/rhino "1.7R5pre03"]
Apache Buildr
'com.github.tntim96:rhino:jar:1.7R5pre03'