| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.scrum-master |
| Идентификатор | Идентификаторtest-bom |
| Версия | Версия1.4.1 |
| Тип | Типpom |
| Описание |
ОписаниеTest 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| test-bom-1.4.1.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.scrum-master/test-bom/ -->
<dependency>
<groupId>de.scrum-master</groupId>
<artifactId>test-bom</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.scrum-master/test-bom/
implementation 'de.scrum-master:test-bom:1.4.1'
// https://jarcasting.com/artifacts/de.scrum-master/test-bom/
implementation ("de.scrum-master:test-bom:1.4.1")
'de.scrum-master:test-bom:pom:1.4.1'
<dependency org="de.scrum-master" name="test-bom" rev="1.4.1">
<artifact name="test-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.scrum-master', module='test-bom', version='1.4.1')
)
libraryDependencies += "de.scrum-master" % "test-bom" % "1.4.1"
[de.scrum-master/test-bom "1.4.1"]