mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
add maven info to README
This commit is contained in:
parent
e71fd24b29
commit
0a53d0b824
1 changed files with 16 additions and 1 deletions
17
README.md
17
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.
|
||||
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/).
|
Loading…
Reference in a new issue