GroupId | GroupIdcom.github.harmonicinc-com |
---|---|
ArtifactId | ArtifactIdexoplayer-smoothstreaming |
Version | Version2.11.${env.BUILD_NUMBER} |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-smoothstreaming/ -->
<dependency>
<groupId>com.github.harmonicinc-com</groupId>
<artifactId>exoplayer-smoothstreaming</artifactId>
<version>2.11.${env.BUILD_NUMBER}</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-smoothstreaming/
implementation 'com.github.harmonicinc-com:exoplayer-smoothstreaming:2.11.${env.BUILD_NUMBER}'
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-smoothstreaming/
implementation ("com.github.harmonicinc-com:exoplayer-smoothstreaming:2.11.${env.BUILD_NUMBER}")
'com.github.harmonicinc-com:exoplayer-smoothstreaming:aar:2.11.${env.BUILD_NUMBER}'
<dependency org="com.github.harmonicinc-com" name="exoplayer-smoothstreaming" rev="2.11.${env.BUILD_NUMBER}">
<artifact name="exoplayer-smoothstreaming" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.harmonicinc-com', module='exoplayer-smoothstreaming', version='2.11.${env.BUILD_NUMBER}')
)
libraryDependencies += "com.github.harmonicinc-com" % "exoplayer-smoothstreaming" % "2.11.${env.BUILD_NUMBER}"
[com.github.harmonicinc-com/exoplayer-smoothstreaming "2.11.${env.BUILD_NUMBER}"]