<dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>5.9.2</version> <type>pom</type> </dependency>
implementation 'org.junit:junit-bom:5.9.2'
implementation("org.junit:junit-bom:5.9.2")
libraryDependencies += "org.junit" % "junit-bom" % "5.9.2"
@Grapes( @Grab(group='org.junit', module='junit-bom', version='5.9.2') )
<dependency org="org.junit" name="junit-bom" rev="5.9.2" />
[org.junit/junit-bom "5.9.2"]
'org.junit:junit-bom:jar:5.9.2'