For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

In this chapter we will detail how to install the homeostasis library

Gradle

Navigate to build.dependencies.gradle and find repositories.

In repositories put the maven link to jitpack.io

repositories {
    ... // other repositories that are already there
    maven { url 'https://jitpack.io' }

}

Then add the dependency:

implementation 'com.github.Thermal-Equilibrium:homeostasis-FTC:1.0.8'

Now resync your gradle and Homeostasis should be installed!

Last updated

Was this helpful?