MVN

com.flowplayer.android.player : flowplayer-common

Maven & Gradle

Nov 07, 2022
2 usages

flowplayer-common · The common library of Flowplayer's native Android SDK. This artifact does not need to be added as a dependency in client projects.

<dependency>
    <groupId>com.flowplayer.android.player</groupId>
    <artifactId>flowplayer-common</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.0

All Versions

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

Version Vulnerabilities Updated
1.4.x
flowplayer-common-1.4.0
1.3.x
flowplayer-common-1.3.9
flowplayer-common-1.3.8
flowplayer-common-1.3.7
flowplayer-common-1.3.6
flowplayer-common-1.3.5
flowplayer-common-1.3.4
flowplayer-common-1.3.3
flowplayer-common-1.3.2
flowplayer-common-1.3.1
flowplayer-common-1.3.3_beta04
flowplayer-common-1.3.3_beta01
flowplayer-common-1.3.2_beta01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.flowplayer.android.player</groupId>
    <artifactId>flowplayer-common</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flowplayer.android.player : flowplayer-common gradle dependency to your build.gradle file:

implementation 'com.flowplayer.android.player:flowplayer-common:1.4.0'

Gradle Kotlin DSL: Add the following com.flowplayer.android.player : flowplayer-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flowplayer.android.player:flowplayer-common:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flowplayer.android.player : flowplayer-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flowplayer.android.player" % "flowplayer-common" % "1.4.0"

Advertisement