Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomiwa-Ot committed Sep 21, 2023
1 parent 27fd492 commit 6340a21
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ Interface with devices connected via USB in Java using LibUSB
## Installation
- Add the JitPack repository to your build file
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
- Add the dependency
```xml
<dependency>
<groupId>com.github.grephq</groupId>
<artifactId>Jusb</artifactId>
<version>Tag</version>
</dependency>
<dependency>
<groupId>com.github.grephq</groupId>
<artifactId>Jusb</artifactId>
<version>1.0</version>
</dependency>
```


Expand Down

0 comments on commit 6340a21

Please sign in to comment.