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