License |
License |
---|---|
GroupId | GroupIdio.webfolder |
ArtifactId | ArtifactIdquickjs |
Version | Version1.0.0 |
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.0.0.pom | |
quickjs-1.0.0.jar | 1 MB |
quickjs-1.0.0-sources.jar | 1 MB |
quickjs-1.0.0-javadoc.jar | 520 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.webfolder/quickjs/ -->
<dependency>
<groupId>io.webfolder</groupId>
<artifactId>quickjs</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.webfolder/quickjs/
implementation 'io.webfolder:quickjs:1.0.0'
// https://jarcasting.com/artifacts/io.webfolder/quickjs/
implementation ("io.webfolder:quickjs:1.0.0")
'io.webfolder:quickjs:jar:1.0.0'
<dependency org="io.webfolder" name="quickjs" rev="1.0.0">
<artifact name="quickjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.webfolder', module='quickjs', version='1.0.0')
)
libraryDependencies += "io.webfolder" % "quickjs" % "1.0.0"
[io.webfolder/quickjs "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |