QuickJS for Android

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

Лицензия

Лицензия

Категории

Категории

JavaScript Языки программирования
Группа

Группа

app.cash.quickjs
Идентификатор

Идентификатор

quickjs-android
Последняя версия

Последняя версия

0.9.2
Дата

Дата

Тип

Тип

aar
Описание

Описание

QuickJS for Android
The QuickJS embeddable JavaScript engine packaged for Android and the JVM.
Ссылка на сайт

Ссылка на сайт

https://github.com/cashapp/quickjs-java/
Система контроля версий

Система контроля версий

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

Скачать quickjs-android

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
androidx.annotation » annotation jar 1.1.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.9.2
0.9.1
0.9.0