Skip to content

Commit

Permalink
Merge pull request #11 from ripcurlx/update-dependency-documenation
Browse files Browse the repository at this point in the history
Update dependency documentation
  • Loading branch information
ripcurlx authored Jul 12, 2022
2 parents 0858d6d + a3063ad commit 2b59019
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 2b59019

Please sign in to comment.