is not current version
Last Version 1.0.1

com.google.guava:failureaccess 1.0

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).

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

failureaccess
Version

Version

1.0
Type

Type

jar

Download failureaccess 1.0


<!-- https://jarcasting.com/artifacts/com.google.guava/failureaccess/ -->
<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>failureaccess</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/failureaccess/
implementation 'com.google.guava:failureaccess:1.0'
// https://jarcasting.com/artifacts/com.google.guava/failureaccess/
implementation ("com.google.guava:failureaccess:1.0")
'com.google.guava:failureaccess:jar:1.0'
<dependency org="com.google.guava" name="failureaccess" rev="1.0">
  <artifact name="failureaccess" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='failureaccess', version='1.0')
)
libraryDependencies += "com.google.guava" % "failureaccess" % "1.0"
[com.google.guava/failureaccess "1.0"]