GroupId | GroupIdio.github.eafy |
---|---|
ArtifactId | ArtifactIdZJMediaPlayer |
Version | Version1.2.8 |
Type | Typeaar |
Filename | Size |
---|---|
ZJMediaPlayer-1.2.8.pom | |
ZJMediaPlayer-1.2.8-sources.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eafy/ZJMediaPlayer/ -->
<dependency>
<groupId>io.github.eafy</groupId>
<artifactId>ZJMediaPlayer</artifactId>
<version>1.2.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eafy/ZJMediaPlayer/
implementation 'io.github.eafy:ZJMediaPlayer:1.2.8'
// https://jarcasting.com/artifacts/io.github.eafy/ZJMediaPlayer/
implementation ("io.github.eafy:ZJMediaPlayer:1.2.8")
'io.github.eafy:ZJMediaPlayer:aar:1.2.8'
<dependency org="io.github.eafy" name="ZJMediaPlayer" rev="1.2.8">
<artifact name="ZJMediaPlayer" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eafy', module='ZJMediaPlayer', version='1.2.8')
)
libraryDependencies += "io.github.eafy" % "ZJMediaPlayer" % "1.2.8"
[io.github.eafy/ZJMediaPlayer "1.2.8"]