<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-annotations</artifactId>
<version>1.1.1</version>
</dependency>
@Grapes(
@Grab(group='com.google.auto.service', module='auto-service-annotations', version='1.1.1')
)