| License |
License |
|---|---|
| GroupId | GroupIdorg.teavm |
| ArtifactId | ArtifactIdteavm-jso-apis |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTeaVM JavaScript APIs
Set of JavaScript API wrappers for JSO
|
| Filename | Size |
|---|---|
| teavm-jso-apis-0.7.0.pom | |
| teavm-jso-apis-0.7.0.jar | 122 KB |
| teavm-jso-apis-0.7.0-sources.jar | 158 KB |
| teavm-jso-apis-0.7.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.teavm/teavm-jso-apis/ -->
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-jso-apis</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-jso-apis/
implementation 'org.teavm:teavm-jso-apis:0.7.0'
// https://jarcasting.com/artifacts/org.teavm/teavm-jso-apis/
implementation ("org.teavm:teavm-jso-apis:0.7.0")
'org.teavm:teavm-jso-apis:jar:0.7.0'
<dependency org="org.teavm" name="teavm-jso-apis" rev="0.7.0">
<artifact name="teavm-jso-apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-jso-apis', version='0.7.0')
)
libraryDependencies += "org.teavm" % "teavm-jso-apis" % "0.7.0"
[org.teavm/teavm-jso-apis "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.teavm : teavm-jso | jar | 0.7.0 |
| org.teavm : teavm-interop | jar | 0.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |