soundbound-extension-loader-android
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.shabinder</groupId> <artifactId>soundbound-extension-loader-android</artifactId> <version>3.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>io.github.shabinder</groupId> <artifactId>soundbound-extension-loader-android</artifactId> <version>3.2.0</version> <packaging>aar</packaging> <name>soundbound-extensions-loader</name> <description>SoundBound Extensions loader helper</description> <url>https://github.com/Shabinder/soundbound-extensions-loader/</url> <licenses> <license> <name>GPL-3.0 License</name> <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url> </license> </licenses> <developers> <developer> <id>shabinder</id> <name>Shabinder Singh</name> <email>dev.shabinder@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/Shabinder/soundbound-extensions-loader.git</connection> <developerConnection>scm:git:ssh://github.com/Shabinder/soundbound-extensions-loader.git</developerConnection> <url>https://github.com/Shabinder/soundbound-extensions-loader/</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/Shabinder/soundbound-extensions-loader/issues</url> </issueManagement> <dependencies> <dependency> <groupId>io.github.shabinder</groupId> <artifactId>zipline-android</artifactId> <version>1.18.5-CUSTOM</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.shabinder</groupId> <artifactId>zipline-loader-android</artifactId> <version>1.18.5-CUSTOM</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.mayakapps.kache</groupId> <artifactId>kache-jvm</artifactId> <version>2.1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arkivanov.essenty</groupId> <artifactId>lifecycle-android</artifactId> <version>2.2.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arkivanov.essenty</groupId> <artifactId>instance-keeper-android</artifactId> <version>2.2.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arkivanov.essenty</groupId> <artifactId>back-handler-android</artifactId> <version>2.2.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arkivanov.essenty</groupId> <artifactId>state-keeper-android</artifactId> <version>2.2.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.arkivanov.essenty</groupId> <artifactId>lifecycle-coroutines-android</artifactId> <version>2.2.0-beta01</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.shabinder</groupId> <artifactId>soundbound-extensions-lib-android</artifactId> <version>0.22</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>in.shabinder</groupId> <artifactId>compose-android</artifactId> </exclusion> <exclusion> <groupId>in.shabinder</groupId> <artifactId>compose</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>2.0.20</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-jvm</artifactId> <version>0.25.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-common</artifactId> </exclusion> <exclusion> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-test-annotations-common</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>