is not current version
Last Version 0.170.2

com.microsoft.playwright:api-generator 0.170.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 an internal module used to generate Java API from the upstream Playwright definitions. It's an internal development module not intended for external use.

GroupId

GroupId

com.microsoft.playwright
ArtifactId

ArtifactId

api-generator
Version

Version

0.170.0
Type

Type

jar

Download api-generator 0.170.0


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