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