is not current version
Last Version 1.22.0

com.microsoft.playwright:parent-pom 1.12.0

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.

GroupId

GroupId

com.microsoft.playwright
ArtifactId

ArtifactId

parent-pom
Version

Version

1.12.0
Type

Type

pom

Download parent-pom 1.12.0

Filename Size
parent-pom-1.12.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/ -->
<dependency>
    <groupId>com.microsoft.playwright</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.12.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation 'com.microsoft.playwright:parent-pom:1.12.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation ("com.microsoft.playwright:parent-pom:1.12.0")
'com.microsoft.playwright:parent-pom:pom:1.12.0'
<dependency org="com.microsoft.playwright" name="parent-pom" rev="1.12.0">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='parent-pom', version='1.12.0')
)
libraryDependencies += "com.microsoft.playwright" % "parent-pom" % "1.12.0"
[com.microsoft.playwright/parent-pom "1.12.0"]