Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MinusKube committed Jun 24, 2017
2 parents 93b6cd4 + 975cea5 commit 82c1089
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 82c1089

Please sign in to comment.