t

twitch4j-pubsub

Twitch4J API - PubSub Module
https://github.com/twitch4j/twitch4j
MIT License
Philipp Heuer
文件下载
文件名 操作
twitch4j-pubsub-1.2.0.jar 下载
twitch4j-pubsub-1.2.0.pom 下载
twitch4j-pubsub-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.twitch4j</groupId>
  <artifactId>twitch4j-pubsub</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.twitch4j:twitch4j-pubsub:1.2.0'
Gradle Kotlin
implementation("com.github.twitch4j:twitch4j-pubsub:1.2.0")
Scala SBT
libraryDependencies += "com.github.twitch4j" % "twitch4j-pubsub" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.twitch4j', module='twitch4j-pubsub', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.twitch4j" name="twitch4j-pubsub" rev="1.2.0" />
Leiningen
[com.github.twitch4j/twitch4j-pubsub "1.2.0"]
Apache Buildr
'com.github.twitch4j:twitch4j-pubsub:jar:1.2.0'