Skip to main content

Installation

We recommend using a dependency management tool to manage twitch4j and sub dependencies. As a fallback method you can also download a fatJar adding shaded scope to your configuration build.

Usage in a Application

build.gradle
dependencies {
implementation 'com.github.twitch4j:twitch4j:1.20.0'
}

Usage in a Library

build.gradle
dependencies {
api 'com.github.twitch4j:twitch4j:1.20.0'
}