Skip to content

Commit

Permalink
Update dependency documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Jul 5, 2022
1 parent 0858d6d commit a3063ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ As of you, simply add `tor.native` as dependency to your project (using JitPack)
</repositories>
```
```XML
<dependency>
<groupId>com.github.JesusMcCloud.netlayer</groupId>
<artifactId>tor.native</artifactId>

<dependency>
<groupId>com.github.bisq-network.netlayer</groupId>
<artifactId>tor.native</artifactId>
<version>${netlayer.version}</version>
</dependency>
```
Expand Down

0 comments on commit a3063ad

Please sign in to comment.