From 975cea552a05d9f54c621b80b7988f80df39ee47 Mon Sep 17 00:00:00 2001 From: MinusKube Date: Sun, 25 Jun 2017 00:37:36 +0200 Subject: [PATCH] Update README.md --- README.md | 26 -------------------------- 1 file changed, 26 deletions(-) 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