From 0a53d0b824af2f14c21397f39c712b786652e49c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 17 Nov 2018 16:03:40 +0100 Subject: [PATCH] add maven info to README --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b63b9e3d..cd9202a8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # NaturesAura -Nature's Aura is a mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics. \ No newline at end of file +Nature's Aura is a mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics. + +## Maven +To add this project as a dependency (for using the [API](https://github.com/Ellpeck/NaturesAura/tree/master/src/main/java/de/ellpeck/naturesaura/api), for example), put this into your `build.gradle` file: +``` +repositories { + maven { + url = "https://maven.chaosfield.at" + } +} + +dependencies { + compile "de.ellpeck.naturesaura:NaturesAura:VERSION" +} +``` +Replace VERSION with the version you want to use. You can find a list of versions by going to the [maven artifact](https://maven.chaosfield.at/de/ellpeck/naturesaura/NaturesAura/). \ No newline at end of file