add gradle dependecy info

gabixdev 2018-04-10 15:38:41 +02:00
parent 6c42e98f21
commit 59c7283209
1 changed files with 13 additions and 0 deletions

@ -21,6 +21,19 @@ If you are using Maven, it's as simple as adding the dependency information for
</dependency>
</dependencies>
```
### Gradle
```gradle
repositories {
...
maven {url "http://repo.extendedclip.com/content/repositories/placeholderapi/"}
}
dependencies {
...
compileOnly 'me.clip:placeholderapi:latest.release'
}
```
### Other IDEs not using Maven/Gradle
If you are not using Maven (or Gradle), you'll have to manually add the plugin's .jar file to your buildpath. This will vary depending on your IDE, so we can't show examples here. There plenty of documentation for all IDEs though, and it should be pretty easy to find information for your IDE of choice