GroupId | GroupIdio.github.bookzhan |
---|---|
ArtifactId | ArtifactIdbzmedia |
Version | Version1.0.8 |
Type | Typeaar |
Filename | Size |
---|---|
bzmedia-1.0.8.pom | |
bzmedia-1.0.8.aar | 4 MB |
bzmedia-1.0.8-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bookzhan/bzmedia/ -->
<dependency>
<groupId>io.github.bookzhan</groupId>
<artifactId>bzmedia</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bookzhan/bzmedia/
implementation 'io.github.bookzhan:bzmedia:1.0.8'
// https://jarcasting.com/artifacts/io.github.bookzhan/bzmedia/
implementation ("io.github.bookzhan:bzmedia:1.0.8")
'io.github.bookzhan:bzmedia:aar:1.0.8'
<dependency org="io.github.bookzhan" name="bzmedia" rev="1.0.8">
<artifact name="bzmedia" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bookzhan', module='bzmedia', version='1.0.8')
)
libraryDependencies += "io.github.bookzhan" % "bzmedia" % "1.0.8"
[io.github.bookzhan/bzmedia "1.0.8"]