Skip to content

Installing the SDK

We provide a lightweight yet powerful and platform-agnostic SDK for you to hook into to track custom analytics along with controlling feature experiments with just a few lines of code.



  1. If you haven’t already created a server in Hoglin, follow this guide.

  2. Add the Hoglin SDK to your project:

    build.gradle.kts
    repositories {
    maven {
    url = uri("https://maven.waypointstudios.com/releases")
    }
    }
    dependencies {
    implementation("gg.hoglin:sdk:1.2.0")
    }