MVN

com.gumlet.gumlet-insights-sdk-exoplayer : gumlet-insights-sdk-exoplayer

Maven & Gradle

Dec 15, 2021
1 usages
1 stars

gumlet-insights-sdk-exoplayer · Gumlet Insights integration with Exoplayer for Android native applications helps to collect video insights. Users can view the data collected on a dashboard.

<dependency>
    <groupId>com.gumlet.gumlet-insights-sdk-exoplayer</groupId>
    <artifactId>gumlet-insights-sdk-exoplayer</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gumlet.gumlet-insights-sdk-exoplayer : gumlet-insights-sdk-exoplayer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.gumlet.gumlet-insights-sdk-exoplayer : gumlet-insights-sdk-exoplayer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
gumlet-insights-sdk-exoplayer-0.0.1

How to add a dependency to Maven

Add the following com.gumlet.gumlet-insights-sdk-exoplayer : gumlet-insights-sdk-exoplayer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gumlet.gumlet-insights-sdk-exoplayer</groupId>
    <artifactId>gumlet-insights-sdk-exoplayer</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gumlet.gumlet-insights-sdk-exoplayer : gumlet-insights-sdk-exoplayer gradle dependency to your build.gradle file:

implementation 'com.gumlet.gumlet-insights-sdk-exoplayer:gumlet-insights-sdk-exoplayer:0.0.1'

Gradle Kotlin DSL: Add the following com.gumlet.gumlet-insights-sdk-exoplayer : gumlet-insights-sdk-exoplayer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gumlet.gumlet-insights-sdk-exoplayer:gumlet-insights-sdk-exoplayer:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gumlet.gumlet-insights-sdk-exoplayer : gumlet-insights-sdk-exoplayer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gumlet.gumlet-insights-sdk-exoplayer" % "gumlet-insights-sdk-exoplayer" % "0.0.1"