guava-android-mvvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.thepacific</groupId> <artifactId>guava-android-mvvm</artifactId> <version>2.2.1</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>com.github.thepacific</groupId> <artifactId>guava-android-mvvm</artifactId> <version>2.2.1</version> <packaging>aar</packaging> <name>guava-android-mvvm</name> <description>One kind of boilerplate for writing Android apps using android official architecture component approach.</description> <url>https://github.com/thepacific/architecture</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>thepacific</id> <name>The Pacific</name> </developer> </developers> <scm> <connection>https://github.com/thepacific/architecture.git</connection> <developerConnection>https://github.com/thepacific/architecture.git</developerConnection> <url>https://github.com/thepacific/architecture</url> </scm> <dependencies> <dependency> <groupId>com.github.thepacific</groupId> <artifactId>guava-jvm</artifactId> <version>2.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.thepacific</groupId> <artifactId>guava-data</artifactId> <version>2.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.thepacific</groupId> <artifactId>guava-android</artifactId> <version>2.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.thepacific</groupId> <artifactId>guava-android-ui</artifactId> <version>2.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>7.0.0-beta04</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.5.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.5.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.5.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-cbor</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-rx3</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.9.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> <version>2.10.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava3</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-moshi</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi</artifactId> <version>1.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi-kotlin</artifactId> <version>1.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> <version>3.0.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxandroid</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.reactivestreams</groupId> <artifactId>reactive-streams</artifactId> <version>1.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.dropbox.mobile.store</groupId> <artifactId>store4</artifactId> <version>4.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>okhttp3-integration</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.dagger</groupId> <artifactId>dagger</artifactId> <version>2.35.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.tencent</groupId> <artifactId>mmkv-static</artifactId> <version>1.2.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jooq</groupId> <artifactId>joor-java-6</artifactId> <version>0.9.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>4.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.rubensousa</groupId> <artifactId>gravitysnaphelper</artifactId> <version>2.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android</groupId> <artifactId>flexbox</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.thepacific</groupId> <artifactId>adapter</artifactId> <version>3.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.coil-kt</groupId> <artifactId>coil</artifactId> <version>1.2.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.4.0-rc01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.collection</groupId> <artifactId>collection</artifactId> <version>1.2.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.collection</groupId> <artifactId>collection-ktx</artifactId> <version>1.2.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity</artifactId> <version>1.3.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.3.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-ktx</artifactId> <version>1.3.0-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment</artifactId> <version>1.4.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment-ktx</artifactId> <version>1.4.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core</artifactId> <version>1.6.0-beta02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-animation</artifactId> <version>1.0.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-role</artifactId> <version>1.1.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.6.0-beta02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.savedstate</groupId> <artifactId>savedstate</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.savedstate</groupId> <artifactId>savedstate-ktx</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.constraintlayout</groupId> <artifactId>constraintlayout</artifactId> <version>2.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.preference</groupId> <artifactId>preference</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.preference</groupId> <artifactId>preference-ktx</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.palette</groupId> <artifactId>palette</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.palette</groupId> <artifactId>palette-ktx</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.cardview</groupId> <artifactId>cardview</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview-selection</artifactId> <version>1.2.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.viewpager</groupId> <artifactId>viewpager</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.viewpager2</groupId> <artifactId>viewpager2</artifactId> <version>1.1.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.swiperefreshlayout</groupId> <artifactId>swiperefreshlayout</artifactId> <version>1.2.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.slidingpanelayout</groupId> <artifactId>slidingpanelayout</artifactId> <version>1.2.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.transition</groupId> <artifactId>transition</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.transition</groupId> <artifactId>transition-ktx</artifactId> <version>1.4.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.window</groupId> <artifactId>window</artifactId> <version>1.0.0-alpha07</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.window</groupId> <artifactId>window-java</artifactId> <version>1.0.0-alpha07</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.window</groupId> <artifactId>window-rxjava3</artifactId> <version>1.0.0-alpha07</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.dynamicanimation</groupId> <artifactId>dynamicanimation</artifactId> <version>1.1.0-alpha03</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.dynamicanimation</groupId> <artifactId>dynamicanimation-ktx</artifactId> <version>1.0.0-alpha03</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.sharetarget</groupId> <artifactId>sharetarget</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.webkit</groupId> <artifactId>webkit</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.versionedparcelable</groupId> <artifactId>versionedparcelable</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.interpolator</groupId> <artifactId>interpolator</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.drawerlayout</groupId> <artifactId>drawerlayout</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.coordinatorlayout</groupId> <artifactId>coordinatorlayout</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.customview</groupId> <artifactId>customview</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.asynclayoutinflater</groupId> <artifactId>asynclayoutinflater</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.biometric</groupId> <artifactId>biometric</artifactId> <version>1.2.0-alpha03</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.biometric</groupId> <artifactId>biometric-ktx</artifactId> <version>1.2.0-alpha03</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.autofill</groupId> <artifactId>autofill</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.contentpager</groupId> <artifactId>contentpager</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.loader</groupId> <artifactId>loader</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.work</groupId> <artifactId>work-runtime</artifactId> <version>2.7.0-alpha04</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.work</groupId> <artifactId>work-runtime-ktx</artifactId> <version>2.7.0-alpha04</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.work</groupId> <artifactId>work-rxjava3</artifactId> <version>2.7.0-alpha04</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.concurrent</groupId> <artifactId>concurrent-futures</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.concurrent</groupId> <artifactId>concurrent-futures-ktx</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>listenablefuture</artifactId> <version>1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-fragment</artifactId> <version>2.3.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-fragment-ktx</artifactId> <version>2.3.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-ui</artifactId> <version>2.3.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-ui-ktx</artifactId> <version>2.3.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-process</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-common-java8</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-ktx</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-runtime-ktx</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-reactivestreams</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-reactivestreams-ktx</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata-ktx</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata-core-ktx</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-savedstate</artifactId> <version>2.4.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-viewmodel-compose</artifactId> <version>1.0.0-alpha06</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.arch.core</groupId> <artifactId>core-common</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.arch.core</groupId> <artifactId>core-runtime</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.paging</groupId> <artifactId>paging-common</artifactId> <version>3.1.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.paging</groupId> <artifactId>paging-common-ktx</artifactId> <version>3.1.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.paging</groupId> <artifactId>paging-runtime</artifactId> <version>3.1.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.paging</groupId> <artifactId>paging-runtime-ktx</artifactId> <version>3.1.0-alpha01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-common</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-migration</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-ktx</artifactId> <version>2.3.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.vectordrawable</groupId> <artifactId>vectordrawable</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.vectordrawable</groupId> <artifactId>vectordrawable-animated</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.remotecallback</groupId> <artifactId>remotecallback</artifactId> <version>1.0.0-alpha02</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.multidex</groupId> <artifactId>multidex</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.chrisbanes.insetter</groupId> <artifactId>insetter</artifactId> <version>0.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>dev.chrisbanes.insetter</groupId> <artifactId>insetter-widgets</artifactId> <version>0.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.airbnb.android</groupId> <artifactId>mavericks</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui</artifactId> <version>1.0.0-beta08</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.material</groupId> <artifactId>material</artifactId> <version>1.0.0-beta08</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.ui</groupId> <artifactId>ui-tooling</artifactId> <version>1.0.0-beta08</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.0.0-beta08</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>compose-theme-adapter</artifactId> <version>1.0.0-beta08</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime-livedata</artifactId> <version>1.0.0-beta08</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose.runtime</groupId> <artifactId>runtime-rxjava3</artifactId> <version>1.0.0-beta08</version> <scope>runtime</scope> </dependency> </dependencies> </project>