GroupId | GroupIdcom.github.harmonicinc-com |
---|---|
ArtifactId | ArtifactIdexoplayer-core |
Version | Version2.11.11 |
Type | Typeaar |
Filename | Size |
---|---|
exoplayer-core-2.11.11.pom | |
exoplayer-core-2.11.11.aar | 1 MB |
exoplayer-core-2.11.11-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-core/ -->
<dependency>
<groupId>com.github.harmonicinc-com</groupId>
<artifactId>exoplayer-core</artifactId>
<version>2.11.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-core/
implementation 'com.github.harmonicinc-com:exoplayer-core:2.11.11'
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-core/
implementation ("com.github.harmonicinc-com:exoplayer-core:2.11.11")
'com.github.harmonicinc-com:exoplayer-core:aar:2.11.11'
<dependency org="com.github.harmonicinc-com" name="exoplayer-core" rev="2.11.11">
<artifact name="exoplayer-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.harmonicinc-com', module='exoplayer-core', version='2.11.11')
)
libraryDependencies += "com.github.harmonicinc-com" % "exoplayer-core" % "2.11.11"
[com.github.harmonicinc-com/exoplayer-core "2.11.11"]