is not current version
Last Version 0.6.1

org.teavm:teavm-tests 0.4.3

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

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-tests
Version

Version

0.4.3
Type

Type

jar

Download teavm-tests 0.4.3


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