<dependency>
<groupId>net.ju-n.compile-command-annotations</groupId>
<artifactId>compile-command-annotations</artifactId>
<version>1.0.3</version>
</dependency>
implementation 'net.ju-n.compile-command-annotations:compile-command-annotations:1.0.3'
implementation("net.ju-n.compile-command-annotations:compile-command-annotations:1.0.3")
libraryDependencies += "net.ju-n.compile-command-annotations" % "compile-command-annotations" % "1.0.3"
@Grapes(
@Grab(group='net.ju-n.compile-command-annotations', module='compile-command-annotations', version='1.0.3')
)
<dependency org="net.ju-n.compile-command-annotations" name="compile-command-annotations" rev="1.0.3" />