is not current version
Last Version 2.13.9

com.github.harmonicinc-com:exoplayer-dash 2.11.${env.BUILD_NUMBER}

The ExoPlayer library DASH module.

GroupId

GroupId

com.github.harmonicinc-com
ArtifactId

ArtifactId

exoplayer-dash
Version

Version

2.11.${env.BUILD_NUMBER}
Type

Type

aar

Download exoplayer-dash 2.11.${env.BUILD_NUMBER}


<!-- https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-dash/ -->
<dependency>
    <groupId>com.github.harmonicinc-com</groupId>
    <artifactId>exoplayer-dash</artifactId>
    <version>2.11.${env.BUILD_NUMBER}</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-dash/
implementation 'com.github.harmonicinc-com:exoplayer-dash:2.11.${env.BUILD_NUMBER}'
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-dash/
implementation ("com.github.harmonicinc-com:exoplayer-dash:2.11.${env.BUILD_NUMBER}")
'com.github.harmonicinc-com:exoplayer-dash:aar:2.11.${env.BUILD_NUMBER}'
<dependency org="com.github.harmonicinc-com" name="exoplayer-dash" rev="2.11.${env.BUILD_NUMBER}">
  <artifact name="exoplayer-dash" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.harmonicinc-com', module='exoplayer-dash', version='2.11.${env.BUILD_NUMBER}')
)
libraryDependencies += "com.github.harmonicinc-com" % "exoplayer-dash" % "2.11.${env.BUILD_NUMBER}"
[com.github.harmonicinc-com/exoplayer-dash "2.11.${env.BUILD_NUMBER}"]