License |
License |
---|---|
GroupId | GroupIdcom.microsoft.playwright |
ArtifactId | ArtifactIdparent-pom |
Version | Version1.19.0 |
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.19.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>parent-pom</artifactId>
<version>1.19.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation 'com.microsoft.playwright:parent-pom:1.19.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation ("com.microsoft.playwright:parent-pom:1.19.0")
'com.microsoft.playwright:parent-pom:pom:1.19.0'
<dependency org="com.microsoft.playwright" name="parent-pom" rev="1.19.0">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='parent-pom', version='1.19.0')
)
libraryDependencies += "com.microsoft.playwright" % "parent-pom" % "1.19.0"
[com.microsoft.playwright/parent-pom "1.19.0"]