Skip to main content
Xamarin.Google.Guava.ListenableFuture package icon

Xamarin.Google.Guava.ListenableFuture

.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:listenablefuture'. Library description: Contains Guava's com.google.common.util.concurrent.ListenableFuture class, without any of its other classes -- but is also available in a second "version" that omits the class to avoid conflicts with the copy in Guava itself. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....

Total Downloads
49.3M
49,263,905
Published
Apr 30, 2025
Latest stable version

Install

.NET CLI
dotnet add package Xamarin.Google.Guava.ListenableFuture --version 1.0.0.27
Package Manager Console
Install-Package Xamarin.Google.Guava.ListenableFuture -Version 1.0.0.27
PackageReference
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.27" />

Frameworks

net8.0-android34.0

Dependencies

No declared dependencies.

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.