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