is not current version
Last Version 0.4.3

org.teavm:teavm-samples-async 0.3.2

TeaVM application that demonstrates continuation-passing style generator

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-samples-async
Version

Version

0.3.2
Type

Type

war

Download teavm-samples-async 0.3.2


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