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