is not current version
Last Version 5.9.0-M1

org.junit:junit-bom 5.5.1

This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit
ArtifactId

ArtifactId

junit-bom
Version

Version

5.5.1
Type

Type

pom

Download junit-bom 5.5.1

Filename Size
junit-bom-5.5.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.junit/junit-bom/ -->
<dependency>
    <groupId>org.junit</groupId>
    <artifactId>junit-bom</artifactId>
    <version>5.5.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.junit/junit-bom/
implementation 'org.junit:junit-bom:5.5.1'
// https://jarcasting.com/artifacts/org.junit/junit-bom/
implementation ("org.junit:junit-bom:5.5.1")
'org.junit:junit-bom:pom:5.5.1'
<dependency org="org.junit" name="junit-bom" rev="5.5.1">
  <artifact name="junit-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.junit', module='junit-bom', version='5.5.1')
)
libraryDependencies += "org.junit" % "junit-bom" % "5.5.1"
[org.junit/junit-bom "5.5.1"]