Skip to content

Commit

Permalink
update readme to link to jitpack
Browse files Browse the repository at this point in the history
Closes WesJD#46
  • Loading branch information
WesJD authored Oct 21, 2019
1 parent 4b7a469 commit 97924f2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,7 @@ If you are a developer, submit a pull request adding a wrapper class for your ve
on the issues tab.

## How to use
### As a dependency
```xml
<dependency>
<groupId>com.github.WesJD</groupId>
<artifactId>AnvilGUI</artifactId>
<version>master-SNAPSHOT</version>
</dependency>

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```

### [As a dependency](https://jitpack.io/#WesJD/AnvilGUI)
### In your plugin
```java
new AnvilGUI.Builder()
Expand Down

0 comments on commit 97924f2

Please sign in to comment.