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