Last Version

JavaScript for Java 1.7.3.1

A version of the Rhino Javascript engine pulled diretly from the Mozialla repos.

License

License

GroupId

GroupId

com.jolira
ArtifactId

ArtifactId

rhino
Version

Version

1.7.3.1
Type

Type

jar
Description

Description

JavaScript for Java
A version of the Rhino Javascript engine pulled diretly from the Mozialla repos.

Download rhino 1.7.3.1


<!-- https://jarcasting.com/artifacts/com.jolira/rhino/ -->
<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jolira/rhino/
implementation 'com.jolira:rhino:1.7.3.1'
// https://jarcasting.com/artifacts/com.jolira/rhino/
implementation ("com.jolira:rhino:1.7.3.1")
'com.jolira:rhino:jar:1.7.3.1'
<dependency org="com.jolira" name="rhino" rev="1.7.3.1">
  <artifact name="rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jolira', module='rhino', version='1.7.3.1')
)
libraryDependencies += "com.jolira" % "rhino" % "1.7.3.1"
[com.jolira/rhino "1.7.3.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.