c

collector-exoplayer

Gumlet Exoplayer Collector is the library that listens to the call backs from the Android Exoplayer and passes this data to the Gumlet Collector.
https://github.com/gumlet/gumlet-insights-sdk-exoplayer
MIT License
Gumlet
文件下载
文件名 操作
collector-exoplayer-1.0.3.pom 下载
collector-exoplayer-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gumlet.gumlet-insights-sdk-exoplayer</groupId>
  <artifactId>collector-exoplayer</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.gumlet.gumlet-insights-sdk-exoplayer:collector-exoplayer:1.0.3'
Gradle Kotlin
implementation("com.gumlet.gumlet-insights-sdk-exoplayer:collector-exoplayer:1.0.3")
Scala SBT
libraryDependencies += "com.gumlet.gumlet-insights-sdk-exoplayer" % "collector-exoplayer" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.gumlet.gumlet-insights-sdk-exoplayer', module='collector-exoplayer', version='1.0.3')
)
Apache Ivy
<dependency org="com.gumlet.gumlet-insights-sdk-exoplayer" name="collector-exoplayer" rev="1.0.3" />
Leiningen
[com.gumlet.gumlet-insights-sdk-exoplayer/collector-exoplayer "1.0.3"]
Apache Buildr
'com.gumlet.gumlet-insights-sdk-exoplayer:collector-exoplayer:jar:1.0.3'