Getting the Engine

Learn how to being using the Kakara Engine.

The Kakara Engine is available through Maven and Gradle. (Note: The Kakara Engine requires Java 17 or above)

Add the following to your build.gradle.kt or pom.xml file.

View the engine repository here.

Gradle

Repository

repositories {
    maven
    {
        url "https://repo.kingtux.me/storages/maven/kakara"
    }
}

Dependency

dependencies {
    implementation 'org.kakara:engine:{version}'
}

Maven

Repository

Dependency

Last updated

Was this helpful?