t

twitch4j-auth

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