is not current version
Last Version 1.22.0

com.microsoft.playwright:driver-bundle 0.170.2

This module includes playwright-cli binary and related utilities for all supported platforms. It is intended to be used on the systems where Playwright driver is not preinstalled.

GroupId

GroupId

com.microsoft.playwright
ArtifactId

ArtifactId

driver-bundle
Version

Version

0.170.2
Type

Type

jar

Download driver-bundle 0.170.2


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