JUnit 5 (Bill of Materials)

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

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit
ArtifactId

ArtifactId

junit-bom
Last Version

Last Version

5.9.0-M1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://junit.org/junit5/
Source Code Management

Source Code Management

https://github.com/junit-team/junit5

Download junit-bom

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
org.junit

JUnit

A programmer-oriented testing framework for Java.

Versions

Version
5.9.0-M1
5.8.2
5.8.1
5.8.0
5.8.0-RC1
5.8.0-M1
5.7.2
5.7.1
5.7.0
5.7.0-RC1
5.7.0-M1
5.6.3
5.6.2
5.6.1
5.6.0
5.6.0-RC1
5.6.0-M1
5.5.2
5.5.1
5.5.0
5.5.0-RC2
5.5.0-RC1
5.5.0-M1
5.4.2
5.4.1
5.4.0
5.4.0-RC2
5.4.0-RC1
5.4.0-M1
5.3.2
5.3.1
5.3.0
5.3.0-RC1
5.3.0-M1
5.2.0
5.2.0-RC1
5.2.0-M1