is not current version
Last Version 2.2.1

com.github.thepacific:guava-android 2.2.0

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
Version

Version

2.2.0
Type

Type

aar

Download guava-android 2.2.0


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