Java binding for quickjs 2020-07-05, a very compact embedded ECMAScript (JavaScript) engine.
Important Note: This project copied from: quack. Original project supports only Android but this version supports regular JVM.
Oracle & OpenJDK Java 8, 11.
Both the JRE and the JDK are suitable for use with this library.
This library is suitable for use in production systems.
- Windows 8 & Windows 10 (64-bit) (MSVC 2017)
- Ubuntu (64-bit) (gcc)
- macOS Catalina (10.15) (clang)
quickjs-1.0.0.jar - 1589 KB
quickjs is regularly tested on github actions.
To use the official release of quickjs, please use the following snippet in your pom.xml
file.
Add the following to your POM's <dependencies>
tag:
<dependency>
<groupId>io.webfolder</groupId>
<artifactId>quickjs</artifactId>
<version>1.0.0</version>
</dependency>
Licensed under the Apache License.