-
Notifications
You must be signed in to change notification settings - Fork 18
Setup
In this page, there are all the instructions to setup your project to use FlowUpdater.
I highly recommend to use a Build Tools like Gradle or Maven. It helps in the management of dependencies and the build compilation of your project. Fast, easy to use and useful. Here is the latest version of FlowUpdater:
These are the instructions for the different build tools.
repositories {
mavenCentral() // Necessary
}
dependencies {
implementation 'fr.flowarg:flowupdater:VERSION' // needed
}
<!-- MavenCentral is added by default in Maven. You don't need to add it manually. -->
<dependencies>
<!-- needed -->
<dependency>
<groupId>fr.flowarg</groupId>
<artifactId>flowupdater</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
Anyway, if you want to setup a project with FlowUpdater without a build tools, check that:
Get FlowUpdater from GitHub or MavenCentral:
These are the required libraries to use FlowUpdater:
If you want to use my custom OpenLauncherLib (supports Forge 1.13.+, Fabric and has some fixes):