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