s

simpleexoplayer

An easy to use wrapper for Google's ExoPlayer class (A better replacement for MediaPlayer).
https://github.com/srmarlins/SimpleExoPlayer
The Apache Software License, Version 2.0
Jared Fowler
Files download
File Operation
simpleexoplayer-0.9.5.pom download
simpleexoplayer-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.srmarlins.simpleexoplayer</groupId>
  <artifactId>simpleexoplayer</artifactId>
  <version>0.9.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.srmarlins.simpleexoplayer:simpleexoplayer:0.9.5'
Gradle Kotlin
implementation("com.srmarlins.simpleexoplayer:simpleexoplayer:0.9.5")
Scala SBT
libraryDependencies += "com.srmarlins.simpleexoplayer" % "simpleexoplayer" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.srmarlins.simpleexoplayer', module='simpleexoplayer', version='0.9.5')
)
Apache Ivy
<dependency org="com.srmarlins.simpleexoplayer" name="simpleexoplayer" rev="0.9.5" />
Leiningen
[com.srmarlins.simpleexoplayer/simpleexoplayer "0.9.5"]
Apache Buildr
'com.srmarlins.simpleexoplayer:simpleexoplayer:jar:0.9.5'