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