| Группа | Группаcom.microsoft.playwright |
|---|---|
| Идентификатор | Идентификаторparent-pom |
| Версия | Версия1.9.0-alpha-0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| parent-pom-1.9.0-alpha-0.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>1.9.0-alpha-0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation 'com.microsoft.playwright:parent-pom:1.9.0-alpha-0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation ("com.microsoft.playwright:parent-pom:1.9.0-alpha-0")
'com.microsoft.playwright:parent-pom:pom:1.9.0-alpha-0'
<dependency org="com.microsoft.playwright" name="parent-pom" rev="1.9.0-alpha-0">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='parent-pom', version='1.9.0-alpha-0')
)
libraryDependencies += "com.microsoft.playwright" % "parent-pom" % "1.9.0-alpha-0"
[com.microsoft.playwright/parent-pom "1.9.0-alpha-0"]