QuickJS for Android

The QuickJS embeddable JavaScript engine packaged for Android and the JVM.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

app.cash.quickjs
ArtifactId

ArtifactId

quickjs-android
Last Version

Last Version

0.9.2
Release Date

Release Date

Type

Type

aar
Description

Description

QuickJS for Android
The QuickJS embeddable JavaScript engine packaged for Android and the JVM.
Project URL

Project URL

https://github.com/cashapp/quickjs-java/
Source Code Management

Source Code Management

https://github.com/cashapp/quickjs-java/

Download quickjs-android

How to add to project

<!-- https://jarcasting.com/artifacts/app.cash.quickjs/quickjs-android/ -->
<dependency>
    <groupId>app.cash.quickjs</groupId>
    <artifactId>quickjs-android</artifactId>
    <version>0.9.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.quickjs/quickjs-android/
implementation 'app.cash.quickjs:quickjs-android:0.9.2'
// https://jarcasting.com/artifacts/app.cash.quickjs/quickjs-android/
implementation ("app.cash.quickjs:quickjs-android:0.9.2")
'app.cash.quickjs:quickjs-android:aar:0.9.2'
<dependency org="app.cash.quickjs" name="quickjs-android" rev="0.9.2">
  <artifact name="quickjs-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='app.cash.quickjs', module='quickjs-android', version='0.9.2')
)
libraryDependencies += "app.cash.quickjs" % "quickjs-android" % "0.9.2"
[app.cash.quickjs/quickjs-android "0.9.2"]

Dependencies

compile (1)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.2
0.9.1
0.9.0