<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.5.2</version>
</dependency>
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.5.2"
@Grapes(
@Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-annotations', version='3.5.2')
)
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.5.2" />