Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube authored Jun 24, 2017
1 parent 2c47da7 commit 975cea5
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>

<dependency>
<groupId>fr.minuskube.inv</groupId>
<artifactId>smart-invs</artifactId>
<version>VERSION</version>
</dependency>
```

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

Expand Down

0 comments on commit 975cea5

Please sign in to comment.