Bill of Materials POM to manage consistent versions of JUnit artifacts in a project.
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>6.1.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal JUnit 5 test using the BOM-managed version.
Add individual JUnit dependencies like org.junit.jupiter:junit-jupiter-api in your build file.
No dependency data recorded yet.