widgets-android-debug
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.icerock.moko</groupId> <artifactId>widgets-android-debug</artifactId> <version>0.2.4</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>dev.icerock.moko</groupId> <artifactId>widgets-android-debug</artifactId> <version>0.2.4</version> <packaging>aar</packaging> <name>MOKO widgets</name> <description>Kotlin MultiPlatform library that provides declarative UI and application screens management.</description> <url>https://github.com/icerockdev/moko-errors</url> <licenses> <license> <name>Apache-2.0</name> <url>https://github.com/icerockdev/moko-widgets/blob/master/LICENSE.md</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>Alex009</id> <name>Aleksey Mikhailov</name> <email>aleksey.mikhailov@icerockdev.com</email> </developer> <developer> <id>ATchernov</id> <name>Andrey Tchernov</name> <email>tchernov@icerockdev.com</email> </developer> <developer> <id>Dorofeev</id> <name>Andrey Dorofeev</name> <email>adorofeev@icerockdev.com</email> </developer> <developer> <id>Tetraquark</id> <name>Vladislav Areshkin</name> <email>vareshkin@icerockdev.com</email> </developer> <developer> <id>Lobynya</id> <name>Aleksey Lobynyan</name> <email>alobynya@icerockdev.com</email> </developer> <developer> <id>kovalandrew</id> <name>Andrey Kovalev</name> <email>kovalev@icerockdev.com</email> </developer> </developers> <scm> <connection>scm:git:ssh://github.com/icerockdev/moko-widgets.git</connection> <developerConnection>scm:git:ssh://github.com/icerockdev/moko-widgets.git</developerConnection> <url>https://github.com/icerockdev/moko-widgets</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment</artifactId> <version>1.5.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>resources-android</artifactId> <version>0.21.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>mvvm-core-android</artifactId> <version>0.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>mvvm-livedata-android</artifactId> <version>0.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>mvvm-state-android</artifactId> <version>0.16.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>fields-livedata-android</artifactId> <version>0.12.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>units-android</artifactId> <version>0.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>graphics-android-debug</artifactId> <version>0.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.icerock.moko</groupId> <artifactId>parcelize-android-debug</artifactId> <version>0.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>1.8.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.8.10</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.8.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.swiperefreshlayout</groupId> <artifactId>swiperefreshlayout</artifactId> <version>1.1.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.1.4</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.redmadrobot</groupId> <artifactId>input-mask-android</artifactId> <version>6.0.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.makeramen</groupId> <artifactId>roundedimageview</artifactId> <version>2.3.0</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.6.4</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>kotlin-stdlib-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> <exclusion> <artifactId>kotlin-test-annotations-common</artifactId> <groupId>org.jetbrains.kotlin</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>