is not current version
Last Version 0.6.1

org.teavm:teavm-tests 0.3.2

Project containing TeaVM tests, as it is impossible to test each module separately

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-tests
Version

Version

0.3.2
Type

Type

jar

Download teavm-tests 0.3.2


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