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