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