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