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