License |
License |
---|---|
GroupId | GroupIdorg.mozilla |
ArtifactId | ArtifactIdrhino |
Last Version | Last Version1.7.14 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRhino is an open-source implementation of JavaScript written entirely in Java.
It is typically embedded into Java applications to provide scripting to end users.
Full jar including tools, excluding the JSR-223 Script Engine wrapper.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
rhino-1.7.14.pom | |
rhino-1.7.14.jar | 1 MB |
rhino-1.7.14-sources.jar | 826 KB |
rhino-1.7.14-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mozilla/rhino/ -->
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.mozilla/rhino/
implementation 'org.mozilla:rhino:1.7.14'
// https://jarcasting.com/artifacts/org.mozilla/rhino/
implementation ("org.mozilla:rhino:1.7.14")
'org.mozilla:rhino:jar:1.7.14'
<dependency org="org.mozilla" name="rhino" rev="1.7.14">
<artifact name="rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mozilla', module='rhino', version='1.7.14')
)
libraryDependencies += "org.mozilla" % "rhino" % "1.7.14"
[org.mozilla/rhino "1.7.14"]