| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.playwright |
| Идентификатор | Идентификаторparent-pom |
| Версия | Версия1.12.1 |
| Тип | Типpom |
| Описание |
ОписаниеPlaywright Parent Project
Java library to automate Chromium, Firefox and WebKit with a single API.
Playwright is built to enable cross-browser web automation that is ever-green, capable,
reliable and fast.
This is the parent POM of the project.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-pom-1.12.1.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>1.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation 'com.microsoft.playwright:parent-pom:1.12.1'
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation ("com.microsoft.playwright:parent-pom:1.12.1")
'com.microsoft.playwright:parent-pom:pom:1.12.1'
<dependency org="com.microsoft.playwright" name="parent-pom" rev="1.12.1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='parent-pom', version='1.12.1')
)
libraryDependencies += "com.microsoft.playwright" % "parent-pom" % "1.12.1"
[com.microsoft.playwright/parent-pom "1.12.1"]