| Группа | Группаcom.github.harmonicinc-com |
|---|---|
| Идентификатор | Идентификаторexoplayer |
| Версия | Версия2.11.${env.BUILD_NUMBER} |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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}"]