не последняя версия
Последняя версия 1.7R5pre05

com.github.tntim96:rhino 1.7R5pre02

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.

Группа

Группа

com.github.tntim96
Идентификатор

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

rhino
Версия

Версия

1.7R5pre02
Тип

Тип

jar

Скачать rhino 1.7R5pre02


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