GroupId | GroupIdcom.microsoft.playwright |
---|---|
ArtifactId | ArtifactIddriver-bundle |
Version | Version0.170.2 |
Type | Typejar |
Filename | Size |
---|---|
driver-bundle-0.170.2.pom | |
driver-bundle-0.170.2.jar | 74 MB |
driver-bundle-0.170.2-sources.jar | 3 KB |
driver-bundle-0.170.2-javadoc.jar | 22 KB |
Browse |
<!-- 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"]