is not current version
Last Version 0.4.3

org.teavm:teavm-samples-hello 0.4.0

A sample application that shows how TeaVM can communicate with the server

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-samples-hello
Version

Version

0.4.0
Type

Type

war

Download teavm-samples-hello 0.4.0


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