Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sridharbandi committed Jan 21, 2023
1 parent e38e87a commit 4b368ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ For maven based project add the below dependency
<dependency>
<groupId>io.github.automated-a11y</groupId>
<artifactId>java-a11y-playwright</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
```

For gradle based project add the below dependency

```
implementation group: 'io.github.automated-a11y', name: 'java-a11y-playwright', version: '1.0-SNAPSHOT'
implementation group: 'io.github.automated-a11y', name: 'java-a11y-playwright', version: '1.0.1'
```

For non gradle/maven project download the jar from below-mentioned link and add it to CLASSPATH for your project
Expand Down

0 comments on commit 4b368ba

Please sign in to comment.