j

junit-bom

This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven.
https://junit.org/junit5/
Eclipse Public License v2.0
Stefan Bechtold Johannes Link Marc Philipp Matthias Merdes Sam Brannen Christian Stein
Files download
File Operation
junit-bom-5.5.1.pom download
Apache Maven
<dependency>
  <groupId>org.junit</groupId>
  <artifactId>junit-bom</artifactId>
  <version>5.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.junit:junit-bom:5.5.1'
Gradle Kotlin
implementation("org.junit:junit-bom:5.5.1")
Scala SBT
libraryDependencies += "org.junit" % "junit-bom" % "5.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.junit', module='junit-bom', version='5.5.1')
)
Apache Ivy
<dependency org="org.junit" name="junit-bom" rev="5.5.1" />
Leiningen
[org.junit/junit-bom "5.5.1"]
Apache Buildr
'org.junit:junit-bom:jar:5.5.1'
Dependencies
The project has no third-party dependencies