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