License |
License |
---|---|
GroupId | GroupIdio.apisense |
ArtifactId | ArtifactIdrhino-android |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionRhino for Android
Give access to RhinoScriptEngine from the JSR223 interfaces on Android JRE.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rhino-android-1.1.1.pom | |
rhino-android-1.1.1.jar | 51 KB |
rhino-android-1.1.1-sources.jar | 47 KB |
rhino-android-1.1.1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apisense/rhino-android/ -->
<dependency>
<groupId>io.apisense</groupId>
<artifactId>rhino-android</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.apisense/rhino-android/
implementation 'io.apisense:rhino-android:1.1.1'
// https://jarcasting.com/artifacts/io.apisense/rhino-android/
implementation ("io.apisense:rhino-android:1.1.1")
'io.apisense:rhino-android:jar:1.1.1'
<dependency org="io.apisense" name="rhino-android" rev="1.1.1">
<artifact name="rhino-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apisense', module='rhino-android', version='1.1.1')
)
libraryDependencies += "io.apisense" % "rhino-android" % "1.1.1"
[io.apisense/rhino-android "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mozilla : rhino | jar | 1.7.10 |
com.sun.phobos : jsr223-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |