License |
License |
---|---|
GroupId | GroupIdfr.funixgaming.twitch.api |
ArtifactId | ArtifactIdtwitch-api |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTwitchAPI
Package used to create IRC chatbot on twitch and use the Twitch api
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
twitch-api-1.2.3.pom | |
twitch-api-1.2.3.jar | 80 KB |
twitch-api-1.2.3-sources.jar | 40 KB |
twitch-api-1.2.3-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.funixgaming.twitch.api/twitch-api/ -->
<dependency>
<groupId>fr.funixgaming.twitch.api</groupId>
<artifactId>twitch-api</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/fr.funixgaming.twitch.api/twitch-api/
implementation 'fr.funixgaming.twitch.api:twitch-api:1.2.3'
// https://jarcasting.com/artifacts/fr.funixgaming.twitch.api/twitch-api/
implementation ("fr.funixgaming.twitch.api:twitch-api:1.2.3")
'fr.funixgaming.twitch.api:twitch-api:jar:1.2.3'
<dependency org="fr.funixgaming.twitch.api" name="twitch-api" rev="1.2.3">
<artifact name="twitch-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.funixgaming.twitch.api', module='twitch-api', version='1.2.3')
)
libraryDependencies += "fr.funixgaming.twitch.api" % "twitch-api" % "1.2.3"
[fr.funixgaming.twitch.api/twitch-api "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.9.0 |
org.jetbrains : annotations | jar | 23.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.9.0-M1 |