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