diff --git a/README.md b/README.md index dfd3f481..a60b4e87 100644 --- a/README.md +++ b/README.md @@ -22,32 +22,6 @@ To use the SmartInvs API, put it in the `plugins` folder of your server, add it You can download the latest version on the [Releases page](https://github.com/MinusKube/SmartInvs/releases) on Github. -If you use **Maven**, add this to your pom.xml: -```xml - - jcenter - jcenter-bintray - http://jcenter.bintray.com - - - - fr.minuskube.inv - smart-invs - VERSION - -``` - -If you use **Gradle**, add this to your build.gradle: -```gradle -repositories { - jcenter() -} - -dependencies { - compile 'fr.minuskube.inv:smart-invs:VERSION' -} -``` - ## TODO * Add some Javadocs