is not current version
Last Version 0.6.1

org.teavm:teavm-tests 0.5.1

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

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-tests
Version

Version

0.5.1
Type

Type

jar

Download teavm-tests 0.5.1


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