Skip to content

Commit

Permalink
Updated ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brentcrammond committed Sep 13, 2020
1 parent bf48df2 commit 7696ca6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Maven Dependency:
```
<dependency>
<groupId>com.github.brentcrammond</groupId>
<artifactId>border-control</artifactId>
<version>2.0</version>
</dependency>
```
```
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

0 comments on commit 7696ca6

Please sign in to comment.