is not current version
Last Version 0.7.0

org.teavm:teavm-html4j 0.1

A set of interceptors and hacks for TeaVM to support html4j

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-html4j
Version

Version

0.1
Type

Type

jar

Download teavm-html4j 0.1


<!-- https://jarcasting.com/artifacts/org.teavm/teavm-html4j/ -->
<dependency>
    <groupId>org.teavm</groupId>
    <artifactId>teavm-html4j</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-html4j/
implementation 'org.teavm:teavm-html4j:0.1'
// https://jarcasting.com/artifacts/org.teavm/teavm-html4j/
implementation ("org.teavm:teavm-html4j:0.1")
'org.teavm:teavm-html4j:jar:0.1'
<dependency org="org.teavm" name="teavm-html4j" rev="0.1">
  <artifact name="teavm-html4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-html4j', version='0.1')
)
libraryDependencies += "org.teavm" % "teavm-html4j" % "0.1"
[org.teavm/teavm-html4j "0.1"]