License |
License |
---|---|
GroupId | GroupIdcom.microsoft.playwright |
ArtifactId | ArtifactIdparent-pom |
Last Version | Last Version1.22.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPlaywright 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-pom-1.22.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>1.22.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation 'com.microsoft.playwright:parent-pom:1.22.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation ("com.microsoft.playwright:parent-pom:1.22.0")
'com.microsoft.playwright:parent-pom:pom:1.22.0'
<dependency org="com.microsoft.playwright" name="parent-pom" rev="1.22.0">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='parent-pom', version='1.22.0')
)
libraryDependencies += "com.microsoft.playwright" % "parent-pom" % "1.22.0"
[com.microsoft.playwright/parent-pom "1.22.0"]