Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdxyz.doikki.android.dkplayer |
ArtifactId | ArtifactIdvideocache |
Version | Version3.2.7 |
Type | Typeaar |
Filename | Size |
---|---|
videocache-3.2.7.pom | |
videocache-3.2.7-sources.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.doikki.android.dkplayer/videocache/ -->
<dependency>
<groupId>xyz.doikki.android.dkplayer</groupId>
<artifactId>videocache</artifactId>
<version>3.2.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.doikki.android.dkplayer/videocache/
implementation 'xyz.doikki.android.dkplayer:videocache:3.2.7'
// https://jarcasting.com/artifacts/xyz.doikki.android.dkplayer/videocache/
implementation ("xyz.doikki.android.dkplayer:videocache:3.2.7")
'xyz.doikki.android.dkplayer:videocache:aar:3.2.7'
<dependency org="xyz.doikki.android.dkplayer" name="videocache" rev="3.2.7">
<artifact name="videocache" type="aar" />
</dependency>
@Grapes(
@Grab(group='xyz.doikki.android.dkplayer', module='videocache', version='3.2.7')
)
libraryDependencies += "xyz.doikki.android.dkplayer" % "videocache" % "3.2.7"
[xyz.doikki.android.dkplayer/videocache "3.2.7"]