License |
License |
---|---|
GroupId | GroupIdorg.teavm |
ArtifactId | ArtifactIdteavm-jso |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTeaVM JavaScript objects
A library that adds convenient interface for interaction between TeaVM and JavaScript code
|
Filename | Size |
---|---|
teavm-jso-0.7.0.pom | |
teavm-jso-0.7.0.jar | 5 KB |
teavm-jso-0.7.0-sources.jar | 11 KB |
teavm-jso-0.7.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teavm/teavm-jso/ -->
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-jso</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-jso/
implementation 'org.teavm:teavm-jso:0.7.0'
// https://jarcasting.com/artifacts/org.teavm/teavm-jso/
implementation ("org.teavm:teavm-jso:0.7.0")
'org.teavm:teavm-jso:jar:0.7.0'
<dependency org="org.teavm" name="teavm-jso" rev="0.7.0">
<artifact name="teavm-jso" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-jso', version='0.7.0')
)
libraryDependencies += "org.teavm" % "teavm-jso" % "0.7.0"
[org.teavm/teavm-jso "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |