j

junit-bom

This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven.
https://junit.org/junit5/
Eclipse Public License v2.0
Stefan Bechtold Johannes Link Marc Philipp Matthias Merdes Sam Brannen Christian Stein Juliette de Rancourt
文件下载
文件名 操作
junit-bom-5.11.0-M2.pom 下载
Apache Maven
<dependency>
  <groupId>org.junit</groupId>
  <artifactId>junit-bom</artifactId>
  <version>5.11.0-M2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.junit:junit-bom:5.11.0-M2'
Gradle Kotlin
implementation("org.junit:junit-bom:5.11.0-M2")
Scala SBT
libraryDependencies += "org.junit" % "junit-bom" % "5.11.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.junit', module='junit-bom', version='5.11.0-M2')
)
Apache Ivy
<dependency org="org.junit" name="junit-bom" rev="5.11.0-M2" />
Leiningen
[org.junit/junit-bom "5.11.0-M2"]
Apache Buildr
'org.junit:junit-bom:jar:5.11.0-M2'
本项目依赖
该项目无第三方依赖