License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.henryssondaniel.teacup.engine |
ArtifactId | ArtifactIdjunit |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.henryssondaniel.teacup.engine:junit
Run Teacup tests with the JUnit engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-1.1.4.pom | |
junit-1.1.4.jar | 13 KB |
junit-1.1.4-sources.jar | 6 KB |
junit-1.1.4-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/ -->
<dependency>
<groupId>io.github.henryssondaniel.teacup.engine</groupId>
<artifactId>junit</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/
implementation 'io.github.henryssondaniel.teacup.engine:junit:1.1.4'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.engine/junit/
implementation ("io.github.henryssondaniel.teacup.engine:junit:1.1.4")
'io.github.henryssondaniel.teacup.engine:junit:jar:1.1.4'
<dependency org="io.github.henryssondaniel.teacup.engine" name="junit" rev="1.1.4">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup.engine', module='junit', version='1.1.4')
)
libraryDependencies += "io.github.henryssondaniel.teacup.engine" % "junit" % "1.1.4"
[io.github.henryssondaniel.teacup.engine/junit "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
io.github.henryssondaniel.teacup : core | jar | 1.2.0 |
io.github.henryssondaniel.teacup : engine | jar | 1.0.1 |
io.github.henryssondaniel.teacup : protocol | jar | 1.0.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0-M1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-launcher | jar | 1.6.0-M1 |