Эксперт ХД

com.google.guava:failureaccess (1.0.3)

Published 2026-09-15 10:08:40 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.google.guava</groupId>
	<artifactId>failureaccess</artifactId>
	<version>1.0.3</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=com.google.guava:failureaccess:1.0.3

About this package

Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are 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-09-15 10:08:40 +00:00
319
Guava InternalFutureFailureAccess and InternalFutures
16 KiB
Assets (2)
Versions (2) View all
1.0.3 2026-09-15
1.0.2 2026-09-15