License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.junit |
ArtifactId | ArtifactIdjunit-bom |
Last Version | Last Version5.9.0-M1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJUnit 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-bom-5.9.0-M1.pom | |
junit-bom-5.9.0-M1.module | 4 KB |
Browse |
<!-- 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"]