MVN

cn.xfyun.aiui.aiuiplayer : kuwo_largescreen_remote

Maven & Gradle

Aug 19, 2021
1 usages
0 stars

kuwo_largescreen_remote · AIUI-Player-SDK

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

Latest Version

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

  • Latest Stable: 1002

All Versions

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

Version Vulnerabilities Updated
1002
kuwo_largescreen_remote-1002
1001
kuwo_largescreen_remote-1001
1000
kuwo_largescreen_remote-1000
9
kuwo_largescreen_remote-9
8
kuwo_largescreen_remote-8
7
kuwo_largescreen_remote-7
6
kuwo_largescreen_remote-6
4
kuwo_largescreen_remote-4
3
kuwo_largescreen_remote-3
2
kuwo_largescreen_remote-2
1
kuwo_largescreen_remote-1

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.xfyun.aiui.aiuiplayer</groupId>
    <artifactId>kuwo_largescreen_remote</artifactId>
    <version>1002</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.xfyun.aiui.aiuiplayer:kuwo_largescreen_remote:1002'

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

implementation("cn.xfyun.aiui.aiuiplayer:kuwo_largescreen_remote:1002")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.xfyun.aiui.aiuiplayer" % "kuwo_largescreen_remote" % "1002"

Advertisement