| License |
License |
|---|---|
| GroupId | GroupIdde.scrum-master |
| ArtifactId | ArtifactIdtest-bom |
| Last Version | Last Version1.4.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTest dependency 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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-bom-1.4.2.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.scrum-master/test-bom/ -->
<dependency>
<groupId>de.scrum-master</groupId>
<artifactId>test-bom</artifactId>
<version>1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.scrum-master/test-bom/
implementation 'de.scrum-master:test-bom:1.4.2'
// https://jarcasting.com/artifacts/de.scrum-master/test-bom/
implementation ("de.scrum-master:test-bom:1.4.2")
'de.scrum-master:test-bom:pom:1.4.2'
<dependency org="de.scrum-master" name="test-bom" rev="1.4.2">
<artifact name="test-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.scrum-master', module='test-bom', version='1.4.2')
)
libraryDependencies += "de.scrum-master" % "test-bom" % "1.4.2"
[de.scrum-master/test-bom "1.4.2"]