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