Media Composable library

Media player UI for Jetpack Compose

License

License

GroupId

GroupId

com.github.fengdai.compose
ArtifactId

ArtifactId

media
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

Media Composable library
Media player UI for Jetpack Compose
Project URL

Project URL

https://github.com/fengdai/compose-media/
Source Code Management

Source Code Management

https://github.com/fengdai/compose-media/

Download media

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fengdai.compose/media/ -->
<dependency>
    <groupId>com.github.fengdai.compose</groupId>
    <artifactId>media</artifactId>
    <version>0.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fengdai.compose/media/
implementation 'com.github.fengdai.compose:media:0.3.0'
// https://jarcasting.com/artifacts/com.github.fengdai.compose/media/
implementation ("com.github.fengdai.compose:media:0.3.0")
'com.github.fengdai.compose:media:aar:0.3.0'
<dependency org="com.github.fengdai.compose" name="media" rev="0.3.0">
  <artifact name="media" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fengdai.compose', module='media', version='0.3.0')
)
libraryDependencies += "com.github.fengdai.compose" % "media" % "0.3.0"
[com.github.fengdai.compose/media "0.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

runtime (2)

Group / Artifact Type Version
com.google.android.exoplayer » exoplayer-common jar 2.17.1
androidx.compose.foundation » foundation jar 1.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.0