Skip to content

Commit

Permalink
add note adding jitpack to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
sswadkar authored Jun 30, 2023
1 parent e3491c8 commit 9f3c138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Import into robot project by adding this into your `build.gradle`. Make sure to change `<release_tag>` with the desired FalconUtils version.
```
repositories {
maven { url 'https://jitpack.io' }
}
dependencies{
// other dependencies
Expand Down

0 comments on commit 9f3c138

Please sign in to comment.