failureaccess

failureaccess

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).
文件下载
文件名 操作
failureaccess-1.0.1.jar 下载
failureaccess-1.0.1.pom 下载
failureaccess-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>failureaccess</artifactId>
  <version>1.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.google.guava:failureaccess:1.0.1'
Gradle Kotlin
implementation("com.google.guava:failureaccess:1.0.1")
Scala SBT
libraryDependencies += "com.google.guava" % "failureaccess" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='failureaccess', version='1.0.1')
)
Apache Ivy
<dependency org="com.google.guava" name="failureaccess" rev="1.0.1" />
Leiningen
[com.google.guava/failureaccess "1.0.1"]
Apache Buildr
'com.google.guava:failureaccess:jar:1.0.1'