MVN

cn.xfyun.aiui.aiuiplayer : aiui_player

Maven & Gradle

Jul 27, 2023
0 stars

aiui_player · AIUI-Player-SDK

<dependency>
    <groupId>cn.xfyun.aiui.aiuiplayer</groupId>
    <artifactId>aiui_player</artifactId>
    <version>1067</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.xfyun.aiui.aiuiplayer : aiui_player to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1067

All Versions

Choose a version of cn.xfyun.aiui.aiuiplayer : aiui_player to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1067
aiui_player-1067
1066
aiui_player-1066
1065
aiui_player-1065
1064
aiui_player-1064
1063
aiui_player-1063
1062
aiui_player-1062
1061
aiui_player-1061
1060
aiui_player-1060
1059
aiui_player-1059
1058
aiui_player-1058
1057
aiui_player-1057
1056
aiui_player-1056
1055
aiui_player-1055
1054
aiui_player-1054
1053
aiui_player-1053
1052
aiui_player-1052
1051
aiui_player-1051
1050
aiui_player-1050
1049
aiui_player-1049
1048
aiui_player-1048
1047
aiui_player-1047
1046
aiui_player-1046
1045
aiui_player-1045
1044
aiui_player-1044
1043
aiui_player-1043
1042
aiui_player-1042
1041
aiui_player-1041
1040
aiui_player-1040
1039
aiui_player-1039
1038
aiui_player-1038
1037
aiui_player-1037
1036
aiui_player-1036
1035
aiui_player-1035
1034
aiui_player-1034
1033
aiui_player-1033
1032
aiui_player-1032
1029
aiui_player-1029
1028
aiui_player-1028
1027
aiui_player-1027
1026
aiui_player-1026
1012
aiui_player-1012
1010
aiui_player-1010
1001
aiui_player-1001
2
aiui_player-2
1
aiui_player-1

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.xfyun.aiui.aiuiplayer</groupId>
    <artifactId>aiui_player</artifactId>
    <version>1067</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.xfyun.aiui.aiuiplayer : aiui_player gradle dependency to your build.gradle file:

implementation 'cn.xfyun.aiui.aiuiplayer:aiui_player:1067'

Gradle Kotlin DSL: Add the following cn.xfyun.aiui.aiuiplayer : aiui_player gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.xfyun.aiui.aiuiplayer:aiui_player:1067")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.xfyun.aiui.aiuiplayer : aiui_player sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.xfyun.aiui.aiuiplayer" % "aiui_player" % "1067"

Advertisement