t

test-bom

Maven BoM (Bill of Materials) defining dependency versions for JUnit, Spock, Geb, Selenium + web drivers, web driver manager by bonigarcia. Please import this artifact with type=pom, scope=import from the dependencyManagement section of your project. In order to also get the dependencies themselves plus basic configuration like GebConfig, please also add the dependency de.scrum-master:test-resources with scope=test to your project.
https://github.com/kriegaex/MavenTestBom
GNU General Public License (GPL) version 3.0
Scrum-Master.de - Agile Project Management
Alexander Kriegisch
文件下载
文件名 操作
test-bom-1.4.2.pom 下载
Apache Maven
<dependency>
  <groupId>de.scrum-master</groupId>
  <artifactId>test-bom</artifactId>
  <version>1.4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.scrum-master:test-bom:1.4.2'
Gradle Kotlin
implementation("de.scrum-master:test-bom:1.4.2")
Scala SBT
libraryDependencies += "de.scrum-master" % "test-bom" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='de.scrum-master', module='test-bom', version='1.4.2')
)
Apache Ivy
<dependency org="de.scrum-master" name="test-bom" rev="1.4.2" />
Leiningen
[de.scrum-master/test-bom "1.4.2"]
Apache Buildr
'de.scrum-master:test-bom:jar:1.4.2'