mirror of
https://github.com/microsoft/playwright-java.git
synced 2026-02-12 16:34:29 +00:00
docs: update gradle snippet
This commit is contained in:
parent
c6192db180
commit
ae54a7da55
@ -49,9 +49,9 @@ To run Playwright simply add following dependency to your Maven project:
|
||||
|
||||
To run Playwright using Gradle add following dependency to your build.gradle file:
|
||||
|
||||
```json lines
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.25.0'
|
||||
implementation group: 'com.microsoft.playwright', name: 'playwright', version: '1.26.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user