-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Amedeo Braggio edited this page Jan 30, 2026
·
1 revision
Engene is distributed through JitPack as a Gradle dependency.
- Existing LibGDX project
- Gradle build system
- Java 17+
In your root build.gradle:
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}Or in settings.gradle:
dependencyResolutionManagement {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
}In your core module build.gradle:
implementation 'com.github.enegne:Engene:241ae81508'After editing Gradle:
./gradle buildOr reload from your IDE.