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