GroupId | GroupIdorg.teavm |
---|---|
ArtifactId | ArtifactIdteavm-dom |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
teavm-dom-0.3.1.pom | |
teavm-dom-0.3.1.jar | 61 KB |
teavm-dom-0.3.1-sources.jar | 86 KB |
teavm-dom-0.3.1-javadoc.jar | 663 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teavm/teavm-dom/ -->
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-dom</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-dom/
implementation 'org.teavm:teavm-dom:0.3.1'
// https://jarcasting.com/artifacts/org.teavm/teavm-dom/
implementation ("org.teavm:teavm-dom:0.3.1")
'org.teavm:teavm-dom:jar:0.3.1'
<dependency org="org.teavm" name="teavm-dom" rev="0.3.1">
<artifact name="teavm-dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-dom', version='0.3.1')
)
libraryDependencies += "org.teavm" % "teavm-dom" % "0.3.1"
[org.teavm/teavm-dom "0.3.1"]