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