<dependency>
<groupId>com.google.auto.factory</groupId>
<artifactId>auto-factory</artifactId>
<version>1.0-beta7</version>
</dependency>
@Grapes(
@Grab(group='com.google.auto.factory', module='auto-factory', version='1.0-beta7')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.auto:auto-common:0.10
|-- com.google.auto.value:auto-value:1.5.3
|-- com.google.googlejavaformat:google-java-format:1.5
|-- com.google.guava:guava:27.0.1-jre
|-- com.squareup:javapoet:1.9.0
|-- javax.inject:javax.inject:1
provided
|-- com.google.auto.service:auto-service:1.0-rc4
|-- net.ltgt.gradle.incap:incap:0.2
|-- net.ltgt.gradle.incap:incap-processor:0.2
test
|-- com.google.testing.compile:compile-testing:0.16
|-- junit:junit:4.12
|-- com.google.truth:truth:0.44