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