MVN

cn.xfyun.aiui.aiuiplayer : tme_remote

Maven & Gradle

Jul 27, 2023
0 stars

tme_remote · AIUI-Player-SDK

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

Latest Version

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

  • Latest Stable: 1067

All Versions

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

Version Vulnerabilities Updated
1067
tme_remote-1067
1066
tme_remote-1066
1065
tme_remote-1065
1064
tme_remote-1064
1063
tme_remote-1063
1062
tme_remote-1062
1061
tme_remote-1061
1060
tme_remote-1060
1059
tme_remote-1059
1058
tme_remote-1058
1057
tme_remote-1057
1056
tme_remote-1056
1055
tme_remote-1055
1054
tme_remote-1054
1053
tme_remote-1053
1052
tme_remote-1052
1051
tme_remote-1051
1049
tme_remote-1049
1047
tme_remote-1047
1046
tme_remote-1046
1045
tme_remote-1045
1044
tme_remote-1044
1043
tme_remote-1043
1042
tme_remote-1042
1041
tme_remote-1041
1040
tme_remote-1040
1035
tme_remote-1035

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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