MVN

com.kunminx.player : player

Maven & Gradle

Jun 14, 2023
821 stars

player · Jetpack MusicPlayer Library for android

<dependency>
    <groupId>com.kunminx.player</groupId>
    <artifactId>player</artifactId>
    <version>4.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kunminx.player : player to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0

All Versions

Choose a version of com.kunminx.player : player to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
player-4.2.0
4.1.x
player-4.1.0
4.0.x
player-4.0.4
player-4.0.2
player-4.0.1
player-4.0.0
3.7.x
player-3.7.0
3.6.x
player-3.6.0
3.5.x
player-3.5.0
3.4.x
player-3.4.0
3.3.x
player-3.3.0
3.2.x
player-3.2.0
3.1.x
player-3.1.0
3.0.x
player-3.0.0
2.1.x
player-2.1.0
2.0.x
player-2.0.0
1.3.x
player-1.3.0

How to add a dependency to Maven

Add the following com.kunminx.player : player maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kunminx.player</groupId>
    <artifactId>player</artifactId>
    <version>4.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kunminx.player : player gradle dependency to your build.gradle file:

implementation 'com.kunminx.player:player:4.2.0'

Gradle Kotlin DSL: Add the following com.kunminx.player : player gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kunminx.player:player:4.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kunminx.player : player sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kunminx.player" % "player" % "4.2.0"

Advertisement