Download rhino-1.7R5pre04.jar file - Jar r

Jar examples for r:rhino

Description

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.

You can download jar file rhino 1.7R5pre04 in this page.

License

Mozilla Public License, Version 2.0

Build File

You can use the following script to add rhino-1.7R5pre04.jar to your project.

<dependency>
   <groupId>com.github.tntim96</groupId>
   <artifactId>rhino</artifactId>
   <version>1.7R5pre04</version>
</dependency>
compile group: 'com.github.tntim96', name: 'rhino', version: '1.7R5pre04'
libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre04"
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre04"/>
@Grapes(@Grab(group='com.github.tntim96', module='rhino', version='1.7R5pre04'))
'com.github.tntim96:rhino:jar:1.7R5pre04'

Download

Click the following link to download the jar file.

rhino-1.7R5pre04-javadoc.jar
rhino-1.7R5pre04-jdk14.jar
rhino-1.7R5pre04-sources.jar
rhino-1.7R5pre04.jar
rhino-1.7R5pre04.pom



Related Tutorials