is not current version
Last Version 2.2.1

com.github.thepacific:guava-android-ui 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-ui
Version

Version

2.2.0
Type

Type

aar

Download guava-android-ui 2.2.0


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