License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdapp.cash.quickjs |
ArtifactId | ArtifactIdquickjs-android |
Last Version | Last Version0.9.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionQuickJS for Android
The QuickJS embeddable JavaScript engine packaged for Android and the JVM.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quickjs-android-0.9.2.pom | |
quickjs-android-0.9.2-sources.jar | 4 KB |
quickjs-android-0.9.2-javadoc.jar | 23 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |