is not current version
Last Version 2.2.1

com.github.thepacific:guava-android-mvvm 2.1.3

One kind of boilerplate for writing Android apps using android official architecture component approach.

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.github.thepacific
ArtifactId

ArtifactId

guava-android-mvvm
Version

Version

2.1.3
Type

Type

aar

Download guava-android-mvvm 2.1.3


<!-- https://jarcasting.com/artifacts/com.github.thepacific/guava-android-mvvm/ -->
<dependency>
    <groupId>com.github.thepacific</groupId>
    <artifactId>guava-android-mvvm</artifactId>
    <version>2.1.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/guava-android-mvvm/
implementation 'com.github.thepacific:guava-android-mvvm:2.1.3'
// https://jarcasting.com/artifacts/com.github.thepacific/guava-android-mvvm/
implementation ("com.github.thepacific:guava-android-mvvm:2.1.3")
'com.github.thepacific:guava-android-mvvm:aar:2.1.3'
<dependency org="com.github.thepacific" name="guava-android-mvvm" rev="2.1.3">
  <artifact name="guava-android-mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='guava-android-mvvm', version='2.1.3')
)
libraryDependencies += "com.github.thepacific" % "guava-android-mvvm" % "2.1.3"
[com.github.thepacific/guava-android-mvvm "2.1.3"]