is not current version
Last Version 0.4.3

org.teavm:teavm-samples-async 0.4.1

TeaVM application that demonstrates continuation-passing style generator

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-samples-async
Version

Version

0.4.1
Type

Type

war

Download teavm-samples-async 0.4.1


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