Annotation the FindBugs tool supports
Last Release on Oct 9, 2015
Relocated → com.github.spotbugs »
spotbugs-annotations
12. Truth Core1,809 usages
com.google.truth » truthApache
Fluent assertions for Java and Android that makes your test assertions and failure messages more readable.
Last Release on Sep 10, 2025
13. Guava InternalFutureFailureAccess and InternalFutures1,739 usages
com.google.guava » failureaccessApache
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).
Last Release on Mar 19, 2025
A library jar that provides APIs for Applications written for the Google Android Platform.
Last Release on Dec 28, 2015
16. Dagger1,633 usages
com.google.dagger » daggerApache
A fast dependency injector for Android and Java.
Last Release on Sep 26, 2025
A set of annotations that provide additional information to the J2ObjC
translator to modify the result of translation.
Last Release on Aug 14, 2025
An empty artifact that Guava depends on to signal that it is providing
ListenableFuture -- but is also available in a second "version" that
contains com.google.common.util.concurrent.ListenableFuture class, without
any other Guava classes. 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 ...
Last Release on Sep 11, 2018