<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-annotations</artifactId>
<version>2.0.21</version>
</dependency>
libraryDependencies += "org.jetbrains.kotlin" % "kotlin-gradle-plugin-annotations" % "2.0.21"
@Grapes(
@Grab(group='org.jetbrains.kotlin', module='kotlin-gradle-plugin-annotations', version='2.0.21')
)
<dependency org="org.jetbrains.kotlin" name="kotlin-gradle-plugin-annotations" rev="2.0.21" />