<dependency>
<groupId>io.github.thebesteric.framework.agile.plugins</groupId>
<artifactId>annotation-scanner-plugin</artifactId>
<version>1.0.15.2</version>
</dependency>
implementation 'io.github.thebesteric.framework.agile.plugins:annotation-scanner-plugin:1.0.15.2'
implementation("io.github.thebesteric.framework.agile.plugins:annotation-scanner-plugin:1.0.15.2")
libraryDependencies += "io.github.thebesteric.framework.agile.plugins" % "annotation-scanner-plugin" % "1.0.15.2"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile.plugins', module='annotation-scanner-plugin', version='1.0.15.2')
)
<dependency org="io.github.thebesteric.framework.agile.plugins" name="annotation-scanner-plugin" rev="1.0.15.2" />