GroupId | GroupIdcom.github.twitch4j |
---|---|
ArtifactId | ArtifactIdtwitch4j |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
twitch4j-1.2.1.pom | |
twitch4j-1.2.1.jar | 50 KB |
twitch4j-1.2.1-sources.jar | 24 KB |
twitch4j-1.2.1-shaded.jar | 14 MB |
twitch4j-1.2.1-javadoc.jar | 479 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.twitch4j/twitch4j/ -->
<dependency>
<groupId>com.github.twitch4j</groupId>
<artifactId>twitch4j</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.twitch4j/twitch4j/
implementation 'com.github.twitch4j:twitch4j:1.2.1'
// https://jarcasting.com/artifacts/com.github.twitch4j/twitch4j/
implementation ("com.github.twitch4j:twitch4j:1.2.1")
'com.github.twitch4j:twitch4j:jar:1.2.1'
<dependency org="com.github.twitch4j" name="twitch4j" rev="1.2.1">
<artifact name="twitch4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.twitch4j', module='twitch4j', version='1.2.1')
)
libraryDependencies += "com.github.twitch4j" % "twitch4j" % "1.2.1"
[com.github.twitch4j/twitch4j "1.2.1"]