| Categories |
CategoriesGuava General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdcom.github.thepacific |
| ArtifactId | ArtifactIdguava-android-mvvm |
| Version | Version2.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| guava-android-mvvm-2.2.0.pom | |
| guava-android-mvvm-2.2.0-sources.jar | 16 KB |
| guava-android-mvvm-2.2.0-javadoc.jar | 554 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thepacific/guava-android-mvvm/ -->
<dependency>
<groupId>com.github.thepacific</groupId>
<artifactId>guava-android-mvvm</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/guava-android-mvvm/
implementation 'com.github.thepacific:guava-android-mvvm:2.2.0'
// https://jarcasting.com/artifacts/com.github.thepacific/guava-android-mvvm/
implementation ("com.github.thepacific:guava-android-mvvm:2.2.0")
'com.github.thepacific:guava-android-mvvm:aar:2.2.0'
<dependency org="com.github.thepacific" name="guava-android-mvvm" rev="2.2.0">
<artifact name="guava-android-mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='guava-android-mvvm', version='2.2.0')
)
libraryDependencies += "com.github.thepacific" % "guava-android-mvvm" % "2.2.0"
[com.github.thepacific/guava-android-mvvm "2.2.0"]