GroupId | GroupIdcom.microsoft.playwright |
---|---|
ArtifactId | ArtifactIddriver-bundle |
Version | Version1.15.0 |
Type | Typejar |
Filename | Size |
---|---|
driver-bundle-1.15.0.pom | |
driver-bundle-1.15.0.jar | 63 MB |
driver-bundle-1.15.0-sources.jar | 4 KB |
driver-bundle-1.15.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/driver-bundle/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>driver-bundle</artifactId>
<version>1.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/driver-bundle/
implementation 'com.microsoft.playwright:driver-bundle:1.15.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/driver-bundle/
implementation ("com.microsoft.playwright:driver-bundle:1.15.0")
'com.microsoft.playwright:driver-bundle:jar:1.15.0'
<dependency org="com.microsoft.playwright" name="driver-bundle" rev="1.15.0">
<artifact name="driver-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='driver-bundle', version='1.15.0')
)
libraryDependencies += "com.microsoft.playwright" % "driver-bundle" % "1.15.0"
[com.microsoft.playwright/driver-bundle "1.15.0"]