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