License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.teavm |
ArtifactId | ArtifactIdteavm-junit |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTeaVM JUnit runner
TeaVM implementation of JUnit API
|
Filename | Size |
---|---|
teavm-junit-0.7.0.pom | |
teavm-junit-0.7.0.jar | 60 KB |
teavm-junit-0.7.0-sources.jar | 28 KB |
teavm-junit-0.7.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teavm/teavm-junit/ -->
<dependency>
<groupId>org.teavm</groupId>
<artifactId>teavm-junit</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-junit/
implementation 'org.teavm:teavm-junit:0.7.0'
// https://jarcasting.com/artifacts/org.teavm/teavm-junit/
implementation ("org.teavm:teavm-junit:0.7.0")
'org.teavm:teavm-junit:jar:0.7.0'
<dependency org="org.teavm" name="teavm-junit" rev="0.7.0">
<artifact name="teavm-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-junit', version='0.7.0')
)
libraryDependencies += "org.teavm" % "teavm-junit" % "0.7.0"
[org.teavm/teavm-junit "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.teavm : teavm-tooling | jar | 0.7.0 |
org.teavm : teavm-classlib | jar | 0.7.0 |
net.sourceforge.htmlunit : htmlunit | jar | 2.33 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.testng : testng | jar | 7.1.0 |