License |
License |
---|---|
GroupId | GroupIdcom.github.fengdai.compose |
ArtifactId | ArtifactIdmedia |
Version | Version0.2.0 |
Type | Typeaar |
Description |
DescriptionMedia Composable library
Media player UI for Jetpack Compose
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
media-0.2.0.pom | |
media-0.2.0-sources.jar | 9 KB |
media-0.2.0-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fengdai.compose/media/ -->
<dependency>
<groupId>com.github.fengdai.compose</groupId>
<artifactId>media</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fengdai.compose/media/
implementation 'com.github.fengdai.compose:media:0.2.0'
// https://jarcasting.com/artifacts/com.github.fengdai.compose/media/
implementation ("com.github.fengdai.compose:media:0.2.0")
'com.github.fengdai.compose:media:aar:0.2.0'
<dependency org="com.github.fengdai.compose" name="media" rev="0.2.0">
<artifact name="media" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fengdai.compose', module='media', version='0.2.0')
)
libraryDependencies += "com.github.fengdai.compose" % "media" % "0.2.0"
[com.github.fengdai.compose/media "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android.exoplayer » exoplayer-common | jar | 2.17.1 |
androidx.compose.foundation » foundation | jar | 1.1.1 |