<dependency>
<groupId>com.funixproductions.api.twitch.reference</groupId>
<artifactId>funixproductions-twitch-reference</artifactId>
<version>1.2.2.0</version>
</dependency>
implementation group: 'com.funixproductions.api.twitch.reference', name: 'funixproductions-twitch-reference', version: '1.2.2.0'
implementation 'com.funixproductions.api.twitch.reference:funixproductions-twitch-reference:1.2.2.0'
implementation("com.funixproductions.api.twitch.reference:funixproductions-twitch-reference:1.2.2.0")
libraryDependencies += "com.funixproductions.api.twitch.reference" % "funixproductions-twitch-reference" % "1.2.2.0"
<dependency org="com.funixproductions.api.twitch.reference" name="funixproductions-twitch-reference" rev="1.2.2.0"/>
@Grapes(
@Grab(group='com.funixproductions.api.twitch.reference', module='funixproductions-twitch-reference', version='1.2.2.0')
)
[com.funixproductions.api.twitch.reference/funixproductions-twitch-reference "1.2.2.0"]
'com.funixproductions.api.twitch.reference:funixproductions-twitch-reference:jar:1.2.2.0'