Skip to content

Commit

Permalink
ReadMe Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sridharbandi committed Aug 18, 2020
1 parent c1f74e9 commit 1b06e30
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 @@ -21,12 +21,12 @@ For maven based project add the below dependency
<dependency>
<groupId>io.github.sridharbandi</groupId>
<artifactId>java-a11y</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
```
For gradle based project add the below dependency
```
compile 'io.github.sridharbandi:java-a11y:2.1.3'
compile 'io.github.sridharbandi:java-a11y:2.1.4'
```
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 1b06e30

Please sign in to comment.