MVN

io.github.aiuiplayer : aiui_player

Maven & Gradle

May 19, 2021
0 stars

aiui_player · AIUI-Player-SDK

<dependency>
    <groupId>io.github.aiuiplayer</groupId>
    <artifactId>aiui_player</artifactId>
    <version>1005</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aiuiplayer : aiui_player to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1005

All Versions

Choose a version of io.github.aiuiplayer : aiui_player to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10025
aiui_player-10025
1025
aiui_player-1025
1005
aiui_player-1005
1003
aiui_player-1003
1002
aiui_player-1002
1001
aiui_player-1001
1000
aiui_player-1000

How to add a dependency to Maven

Add the following io.github.aiuiplayer : aiui_player maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.aiuiplayer</groupId>
    <artifactId>aiui_player</artifactId>
    <version>1005</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.aiuiplayer : aiui_player gradle dependency to your build.gradle file:

implementation 'io.github.aiuiplayer:aiui_player:1005'

Gradle Kotlin DSL: Add the following io.github.aiuiplayer : aiui_player gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.aiuiplayer:aiui_player:1005")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.aiuiplayer : aiui_player sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.aiuiplayer" % "aiui_player" % "1005"

Advertisement