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