MVN

com.yxt.opensdk.library : library_baidu_player

Maven & Gradle

Jan 19, 2022
1 usages

library_baidu_player · library_baidu_player

<dependency>
    <groupId>com.yxt.opensdk.library</groupId>
    <artifactId>library_baidu_player</artifactId>
    <version>2.3.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yxt.opensdk.library : library_baidu_player to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.6.9

All Versions

Choose a version of com.yxt.opensdk.library : library_baidu_player to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
library_baidu_player-2.3.6.9
library_baidu_player-2.3.6.8
library_baidu_player-2.3.6.7
library_baidu_player-2.3.6.6
library_baidu_player-2.3.6.5
library_baidu_player-2.3.6
library_baidu_player-2.3.4
library_baidu_player-2.3.3
library_baidu_player-2.3.2.2
library_baidu_player-2.3.2
1.2
library_baidu_player-1.2

How to add a dependency to Maven

Add the following com.yxt.opensdk.library : library_baidu_player maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yxt.opensdk.library</groupId>
    <artifactId>library_baidu_player</artifactId>
    <version>2.3.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yxt.opensdk.library : library_baidu_player gradle dependency to your build.gradle file:

implementation 'com.yxt.opensdk.library:library_baidu_player:2.3.6.9'

Gradle Kotlin DSL: Add the following com.yxt.opensdk.library : library_baidu_player gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yxt.opensdk.library:library_baidu_player:2.3.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yxt.opensdk.library : library_baidu_player sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yxt.opensdk.library" % "library_baidu_player" % "2.3.6.9"