не последняя версия
Последняя версия 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.

Группа

Группа

io.ejs
Идентификатор

Идентификатор

rhino
Версия

Версия

1.7R5pre
Тип

Тип

jar

Скачать 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"]