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