We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38e87a commit 4b368baCopy full SHA for 4b368ba
ReadMe.md
@@ -32,14 +32,14 @@ For maven based project add the below dependency
32
<dependency>
33
<groupId>io.github.automated-a11y</groupId>
34
<artifactId>java-a11y-playwright</artifactId>
35
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.1</version>
36
</dependency>
37
```
38
39
For gradle based project add the below dependency
40
41
42
-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'
43
44
45
For non gradle/maven project download the jar from below-mentioned link and add it to CLASSPATH for your project
0 commit comments