GroupId | GroupIdcom.microsoft.playwright |
---|---|
ArtifactId | ArtifactIdplaywright |
Version | Version1.9.0-alpha-0 |
Type | Typejar |
Filename | Size |
---|---|
playwright-1.9.0-alpha-0.pom | |
playwright-1.9.0-alpha-0.jar | 304 KB |
playwright-1.9.0-alpha-0-sources.jar | 175 KB |
playwright-1.9.0-alpha-0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.9.0-alpha-0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/
implementation 'com.microsoft.playwright:playwright:1.9.0-alpha-0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/playwright/
implementation ("com.microsoft.playwright:playwright:1.9.0-alpha-0")
'com.microsoft.playwright:playwright:jar:1.9.0-alpha-0'
<dependency org="com.microsoft.playwright" name="playwright" rev="1.9.0-alpha-0">
<artifact name="playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='playwright', version='1.9.0-alpha-0')
)
libraryDependencies += "com.microsoft.playwright" % "playwright" % "1.9.0-alpha-0"
[com.microsoft.playwright/playwright "1.9.0-alpha-0"]