License |
License |
---|---|
GroupId | GroupIdcom.github.tntim96 |
ArtifactId | ArtifactIdrhino |
Last Version | Last Version1.7R5pre05 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMozilla 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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rhino-1.7R5pre05.pom | |
rhino-1.7R5pre05.zip | 6 MB |
rhino-1.7R5pre05-sources.jar | 883 KB |
rhino-1.7R5pre05-jdk14.jar | 1 MB |
rhino-1.7R5pre05-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntim96/rhino/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>rhino</artifactId>
<version>1.7R5pre05</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/rhino/
implementation 'com.github.tntim96:rhino:1.7R5pre05'
// https://jarcasting.com/artifacts/com.github.tntim96/rhino/
implementation ("com.github.tntim96:rhino:1.7R5pre05")
'com.github.tntim96:rhino:jar:1.7R5pre05'
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre05">
<artifact name="rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='rhino', version='1.7R5pre05')
)
libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre05"
[com.github.tntim96/rhino "1.7R5pre05"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.xmlbeans : xmlbeans Optional | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |