com.google.guava:failureaccess (1.0.1)

Published 2026-02-24 13:43:24 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.google.guava</groupId>
	<artifactId>failureaccess</artifactId>
	<version>1.0.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=com.google.guava:failureaccess:1.0.1

About this package

Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes is conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).
Details
Maven
2026-02-24 13:43:24 +00:00
1
Guava InternalFutureFailureAccess and InternalFutures
2.4 KiB
Assets (1)
Versions (2) View all
1.0 2026-02-24
1.0.1 2026-02-24