| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.junit |
| ArtifactId | ArtifactIdjunit4-runner |
| Version | Version5.0.0-ALPHA |
| Type | Typejar |
| Description |
Descriptionorg.junit:junit4-runner
Module "junit4-runner" of JUnit 5.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| junit4-runner-5.0.0-ALPHA.pom | |
| junit4-runner-5.0.0-ALPHA.jar | 13 KB |
| junit4-runner-5.0.0-ALPHA-sources.jar | 10 KB |
| junit4-runner-5.0.0-ALPHA-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.junit/junit4-runner/ -->
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit4-runner</artifactId>
<version>5.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit/junit4-runner/
implementation 'org.junit:junit4-runner:5.0.0-ALPHA'
// https://jarcasting.com/artifacts/org.junit/junit4-runner/
implementation ("org.junit:junit4-runner:5.0.0-ALPHA")
'org.junit:junit4-runner:jar:5.0.0-ALPHA'
<dependency org="org.junit" name="junit4-runner" rev="5.0.0-ALPHA">
<artifact name="junit4-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit', module='junit4-runner', version='5.0.0-ALPHA')
)
libraryDependencies += "org.junit" % "junit4-runner" % "5.0.0-ALPHA"
[org.junit/junit4-runner "5.0.0-ALPHA"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.junit : junit-launcher | jar | 5.0.0-ALPHA |