<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.5</version>
</dependency>
<parent> <groupId>com.google.truth</groupId> <artifactId>truth-parent</artifactId> <version>1.1.5</version> </parent>
compile
|-- org.checkerframework:checker-qual
|-- junit:junit
|-- com.google.auto.value:auto-value-annotations
|-- com.google.errorprone:error_prone_annotations
|-- org.ow2.asm:asm
test