MVN

fr.funixgaming.api.twitch.service : funixgaming-twitch-service

Maven & Gradle

Jul 18, 2023
<dependency>
    <groupId>fr.funixgaming.api.twitch.service</groupId>
    <artifactId>funixgaming-twitch-service</artifactId>
    <version>1.3.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.funixgaming.api.twitch.service : funixgaming-twitch-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0.5

All Versions

Choose a version of fr.funixgaming.api.twitch.service : funixgaming-twitch-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
funixgaming-twitch-service-1.3.0.5
funixgaming-twitch-service-1.3.0.4
funixgaming-twitch-service-1.3.0.3
funixgaming-twitch-service-1.3.0.2
funixgaming-twitch-service-1.3.0.1

How to add a dependency to Maven

Add the following fr.funixgaming.api.twitch.service : funixgaming-twitch-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.funixgaming.api.twitch.service</groupId>
    <artifactId>funixgaming-twitch-service</artifactId>
    <version>1.3.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.funixgaming.api.twitch.service : funixgaming-twitch-service gradle dependency to your build.gradle file:

implementation 'fr.funixgaming.api.twitch.service:funixgaming-twitch-service:1.3.0.5'

Gradle Kotlin DSL: Add the following fr.funixgaming.api.twitch.service : funixgaming-twitch-service gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.funixgaming.api.twitch.service:funixgaming-twitch-service:1.3.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.funixgaming.api.twitch.service : funixgaming-twitch-service sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.funixgaming.api.twitch.service" % "funixgaming-twitch-service" % "1.3.0.5"