License |
License |
---|---|
GroupId | GroupIdio.webfolder |
ArtifactId | ArtifactIdquickjs |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionquickjs
The quickjs embeddable Javascript engine packaged for Java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quickjs-1.1.0.pom | |
quickjs-1.1.0.jar | 1 MB |
quickjs-1.1.0-sources.jar | 1 MB |
quickjs-1.1.0-javadoc.jar | 373 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.webfolder/quickjs/ -->
<dependency>
<groupId>io.webfolder</groupId>
<artifactId>quickjs</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.webfolder/quickjs/
implementation 'io.webfolder:quickjs:1.1.0'
// https://jarcasting.com/artifacts/io.webfolder/quickjs/
implementation ("io.webfolder:quickjs:1.1.0")
'io.webfolder:quickjs:jar:1.1.0'
<dependency org="io.webfolder" name="quickjs" rev="1.1.0">
<artifact name="quickjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.webfolder', module='quickjs', version='1.1.0')
)
libraryDependencies += "io.webfolder" % "quickjs" % "1.1.0"
[io.webfolder/quickjs "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |