<dependency>
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
<version>0.11</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.guava:guava:29.0-jre
|-- com.squareup:javapoet:1.13.0
test
|-- com.google.guava:guava-testlib:29.0-jre
|-- com.google.testing.compile:compile-testing:0.18
|-- junit:junit:4.12