is not current version
Last Version 1.7R5pre1

io.ejs:rhino 1.7R5pre

Mozilla's java implementation of a Javascript runtime. Not getting much love these days. Been waiting two years to get 1.7R5 into Maven Central.

GroupId

GroupId

io.ejs
ArtifactId

ArtifactId

rhino
Version

Version

1.7R5pre
Type

Type

jar

Download rhino 1.7R5pre


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