readium-navigator-media-audio
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.readium.kotlin-toolkit</groupId> <artifactId>readium-navigator-media-audio</artifactId> <version>3.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.readium.kotlin-toolkit</groupId> <artifactId>readium-navigator-media-audio</artifactId> <version>3.1.0</version> <packaging>aar</packaging> <name>readium-navigator-media-audio</name> <description>A toolkit for ebooks, audiobooks and comics written in Kotlin</description> <url>https://github.com/readium/kotlin-toolkit</url> <licenses> <license> <name>BSD-3-Clause license</name> <url>https://github.com/readium/kotlin-toolkit/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>aferditamuriqi</id> <name>Aferdita Muriqi</name> <email>aferdita.muriqi@gmail.com</email> </developer> <developer> <id>mickael-menu</id> <name>Mickaël Menu</name> <email>mickael.menu@gmail.com</email> </developer> <developer> <id>qnga</id> <name>Quentin Gliosca</name> <email>quentin.gliosca@gmail.com</email> </developer> <developer> <id>username</id> <name>User Name</name> <url>https://github.com/username/</url> </developer> </developers> <scm> <connection>scm:git:github.com/readium/kotlin-toolkit.git</connection> <developerConnection>scm:git:ssh://github.com/readium/kotlin-toolkit.git</developerConnection> <url>https://github.com/readium/kotlin-toolkit</url> </scm> <dependencies> <dependency> <groupId>org.readium.kotlin-toolkit</groupId> <artifactId>readium-navigator-media-common</artifactId> <version>3.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.9.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>2.1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.media3</groupId> <artifactId>media3-common-ktx</artifactId> <version>1.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.media3</groupId> <artifactId>media3-session</artifactId> <version>1.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>5.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.10.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>