| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.microsoft.playwright |
| Идентификатор | Идентификаторdriver-bundle |
| Версия | Версия1.19.0 |
| Тип | Типjar |
| Описание |
ОписаниеPlaywright - Drivers For All Platforms
This module includes Playwright driver and related utilities for all supported platforms.
It is intended to be used on the systems where Playwright driver is not preinstalled.
|
| Имя Файла | Размер |
|---|---|
| driver-bundle-1.19.0.pom | |
| driver-bundle-1.19.0.jar | 86 MB |
| driver-bundle-1.19.0-sources.jar | 4 KB |
| driver-bundle-1.19.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/driver-bundle/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>driver-bundle</artifactId>
<version>1.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/driver-bundle/
implementation 'com.microsoft.playwright:driver-bundle:1.19.0'
// https://jarcasting.com/artifacts/com.microsoft.playwright/driver-bundle/
implementation ("com.microsoft.playwright:driver-bundle:1.19.0")
'com.microsoft.playwright:driver-bundle:jar:1.19.0'
<dependency org="com.microsoft.playwright" name="driver-bundle" rev="1.19.0">
<artifact name="driver-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='driver-bundle', version='1.19.0')
)
libraryDependencies += "com.microsoft.playwright" % "driver-bundle" % "1.19.0"
[com.microsoft.playwright/driver-bundle "1.19.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.microsoft.playwright : driver | jar | 1.19.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |