t

twitch4j-rest-tmi

Twitch Message Interface API dependency
https://twitch4j.github.io
MIT Licence
Philipp Heuer Sidd
Files download
File Operation
twitch4j-rest-tmi-1.3.0.jar download
twitch4j-rest-tmi-1.3.0.pom download
twitch4j-rest-tmi-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.twitch4j</groupId>
  <artifactId>twitch4j-rest-tmi</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.twitch4j:twitch4j-rest-tmi:1.3.0'
Gradle Kotlin
implementation("com.github.twitch4j:twitch4j-rest-tmi:1.3.0")
Scala SBT
libraryDependencies += "com.github.twitch4j" % "twitch4j-rest-tmi" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.twitch4j', module='twitch4j-rest-tmi', version='1.3.0')
)
Apache Ivy
<dependency org="com.github.twitch4j" name="twitch4j-rest-tmi" rev="1.3.0" />
Leiningen
[com.github.twitch4j/twitch4j-rest-tmi "1.3.0"]
Apache Buildr
'com.github.twitch4j:twitch4j-rest-tmi:jar:1.3.0'