is not current version
Last Version 1.7R5pre05

com.github.tntim96:rhino 1.7R5pre01

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.

GroupId

GroupId

com.github.tntim96
ArtifactId

ArtifactId

rhino
Version

Version

1.7R5pre01
Type

Type

jar

Download rhino 1.7R5pre01


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