Download rhino-android-1.0.jar file - Jar r

Jar examples for r:rhino-android

Description

Give access to RhinoScriptEngine from the JSR223 interfaces on Android JRE.

You can download jar file rhino-android 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rhino-android-1.0.jar to your project.

<dependency>
   <groupId>io.apisense</groupId>
   <artifactId>rhino-android</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'io.apisense', name: 'rhino-android', version: '1.0'
libraryDependencies += "io.apisense" % "rhino-android" % "1.0"
<dependency org="io.apisense" name="rhino-android" rev="1.0"/>
@Grapes(@Grab(group='io.apisense', module='rhino-android', version='1.0'))
'io.apisense:rhino-android:jar:1.0'

Download

Click the following link to download the jar file.

rhino-android-1.0-javadoc.jar
rhino-android-1.0-sources.jar
rhino-android-1.0.jar
rhino-android-1.0.pom



Related Tutorials