t

teavm-tests

Project containing TeaVM tests, as it is impossible to test each module separately
Files download
File Operation
teavm-tests-0.6.1.jar download
teavm-tests-0.6.1.pom download
Apache Maven
<dependency>
  <groupId>org.teavm</groupId>
  <artifactId>teavm-tests</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'org.teavm:teavm-tests:0.6.1'
Gradle Kotlin
implementation("org.teavm:teavm-tests:0.6.1")
Scala SBT
libraryDependencies += "org.teavm" % "teavm-tests" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='org.teavm', module='teavm-tests', version='0.6.1')
)
Apache Ivy
<dependency org="org.teavm" name="teavm-tests" rev="0.6.1" />
Leiningen
[org.teavm/teavm-tests "0.6.1"]
Apache Buildr
'org.teavm:teavm-tests:jar:0.6.1'