| GroupId | GroupIdim.ene.kohii |
|---|---|
| ArtifactId | ArtifactIdkohii-exoplayer |
| Version | Version1.2.0.2011008-RC2 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/im.ene.kohii/kohii-exoplayer/ -->
<dependency>
<groupId>im.ene.kohii</groupId>
<artifactId>kohii-exoplayer</artifactId>
<version>1.2.0.2011008-RC2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/im.ene.kohii/kohii-exoplayer/
implementation 'im.ene.kohii:kohii-exoplayer:1.2.0.2011008-RC2'
// https://jarcasting.com/artifacts/im.ene.kohii/kohii-exoplayer/
implementation ("im.ene.kohii:kohii-exoplayer:1.2.0.2011008-RC2")
'im.ene.kohii:kohii-exoplayer:aar:1.2.0.2011008-RC2'
<dependency org="im.ene.kohii" name="kohii-exoplayer" rev="1.2.0.2011008-RC2">
<artifact name="kohii-exoplayer" type="aar" />
</dependency>
@Grapes(
@Grab(group='im.ene.kohii', module='kohii-exoplayer', version='1.2.0.2011008-RC2')
)
libraryDependencies += "im.ene.kohii" % "kohii-exoplayer" % "1.2.0.2011008-RC2"
[im.ene.kohii/kohii-exoplayer "1.2.0.2011008-RC2"]