Last Version

org.junit:junit4-runner 5.0.0-ALPHA

Module "junit4-runner" of JUnit 5.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit
ArtifactId

ArtifactId

junit4-runner
Version

Version

5.0.0-ALPHA
Type

Type

jar
Description

Description

org.junit:junit4-runner
Module "junit4-runner" of JUnit 5.
Project URL

Project URL

http://junit.org/junit-lambda.html
Source Code Management

Source Code Management

https://github.com/junit-team/junit5

Download junit4-runner 5.0.0-ALPHA


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.junit : junit-launcher jar 5.0.0-ALPHA

Project Modules

There are no modules declared in this project.