License |
License |
---|---|
GroupId | GroupIdio.apigee |
ArtifactId | ArtifactIdrhino |
Last Version | Last Version1.7R5pre4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrhino
The Rhino JavaScript Engine for Java
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rhino-1.7R5pre4.pom | |
rhino-1.7R5pre4.jar | 1 MB |
rhino-1.7R5pre4-sources.jar | 707 KB |
rhino-1.7R5pre4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apigee/rhino/ -->
<dependency>
<groupId>io.apigee</groupId>
<artifactId>rhino</artifactId>
<version>1.7R5pre4</version>
</dependency>
// https://jarcasting.com/artifacts/io.apigee/rhino/
implementation 'io.apigee:rhino:1.7R5pre4'
// https://jarcasting.com/artifacts/io.apigee/rhino/
implementation ("io.apigee:rhino:1.7R5pre4")
'io.apigee:rhino:jar:1.7R5pre4'
<dependency org="io.apigee" name="rhino" rev="1.7R5pre4">
<artifact name="rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apigee', module='rhino', version='1.7R5pre4')
)
libraryDependencies += "io.apigee" % "rhino" % "1.7R5pre4"
[io.apigee/rhino "1.7R5pre4"]