is not current version
Last Version 1.22.0

com.microsoft.playwright:parent-pom 1.15.2

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.15.2
Type

Type

pom

Download parent-pom 1.15.2

Filename Size
parent-pom-1.15.2.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.15.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation 'com.microsoft.playwright:parent-pom:1.15.2'
// https://jarcasting.com/artifacts/com.microsoft.playwright/parent-pom/
implementation ("com.microsoft.playwright:parent-pom:1.15.2")
'com.microsoft.playwright:parent-pom:pom:1.15.2'
<dependency org="com.microsoft.playwright" name="parent-pom" rev="1.15.2">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='parent-pom', version='1.15.2')
)
libraryDependencies += "com.microsoft.playwright" % "parent-pom" % "1.15.2"
[com.microsoft.playwright/parent-pom "1.15.2"]