is not current version
Last Version 5.9.0-M1

org.junit:junit-bom 5.2.0

JUnit 5 (Bill of Materials)

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit
ArtifactId

ArtifactId

junit-bom
Version

Version

5.2.0
Type

Type

pom

Download junit-bom 5.2.0

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

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