Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alejouribesanchez authored Apr 27, 2023
1 parent 0bed244 commit f1e668a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ Install from [Maven](https://mvnrepository.com/), a
package manager for Java.


Install the package from Maven:
Install the package using Maven:
```bash
<dependency>
<groupId>com.veryfi</groupId>
<artifactId>veryfi-java</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
```
You may need to run the above commands with `sudo`.
Install the package using Gradle:
```bash
implementation group: 'com.veryfi', name: 'veryfi-java', version: '1.0.9'
```

## Getting Started

Expand Down

0 comments on commit f1e668a

Please sign in to comment.