# Installation > ⚠️ **Disclaimer:** This is an **unofficial, community-driven SDK** and is **not supported or endorsed by GitHub**. Use at your own risk. 📦 [View on Maven Central](https://central.sonatype.com/artifact/${GROUP_ID}/${ARTIFACT_ID}/${VERSION}) ## Maven ```xml ${GROUP_ID} ${ARTIFACT_ID} ${VERSION} ``` ## Gradle (Kotlin DSL) ```kotlin implementation("${GROUP_ID}:${ARTIFACT_ID}:${VERSION}") ``` ## Gradle (Groovy DSL) ```groovy implementation '${GROUP_ID}:${ARTIFACT_ID}:${VERSION}' ```