License |
License |
---|---|
GroupId | GroupIdcom.microsoft.playwright |
ArtifactId | ArtifactIdapi-generator |
Version | Version0.170.2 |
Type | Typejar |
Description |
DescriptionPlaywright - API Generator
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.
|
Filename | Size |
---|---|
api-generator-0.170.2.pom | |
api-generator-0.170.2.jar | 40 KB |
api-generator-0.170.2-sources.jar | 14 KB |
api-generator-0.170.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/api-generator/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>api-generator</artifactId>
<version>0.170.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/api-generator/
implementation 'com.microsoft.playwright:api-generator:0.170.2'
// https://jarcasting.com/artifacts/com.microsoft.playwright/api-generator/
implementation ("com.microsoft.playwright:api-generator:0.170.2")
'com.microsoft.playwright:api-generator:jar:0.170.2'
<dependency org="com.microsoft.playwright" name="api-generator" rev="0.170.2">
<artifact name="api-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='api-generator', version='0.170.2')
)
libraryDependencies += "com.microsoft.playwright" % "api-generator" % "0.170.2"
[com.microsoft.playwright/api-generator "0.170.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |