GroupId | GroupIdcom.github.harmonicinc-com |
---|---|
ArtifactId | ArtifactIdexoplayer-core |
Version | Version2.11.4 |
Type | Typeaar |
Filename | Size |
---|---|
exoplayer-core-2.11.4.pom | |
exoplayer-core-2.11.4.aar | 1 MB |
exoplayer-core-2.11.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-core/
implementation 'com.github.harmonicinc-com:exoplayer-core:2.11.4'
// https://jarcasting.com/artifacts/com.github.harmonicinc-com/exoplayer-core/
implementation ("com.github.harmonicinc-com:exoplayer-core:2.11.4")
'com.github.harmonicinc-com:exoplayer-core:aar:2.11.4'
<dependency org="com.github.harmonicinc-com" name="exoplayer-core" rev="2.11.4">
<artifact name="exoplayer-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.harmonicinc-com', module='exoplayer-core', version='2.11.4')
)
libraryDependencies += "com.github.harmonicinc-com" % "exoplayer-core" % "2.11.4"
[com.github.harmonicinc-com/exoplayer-core "2.11.4"]