File | Operation |
---|---|
limiter-plugin-parent-1.0.16.7.pom | download |
<dependency>
<groupId>io.github.thebesteric.framework.agile</groupId>
<artifactId>limiter-plugin-parent</artifactId>
<version>1.0.16.7</version>
<type>pom</type>
</dependency>
implementation("io.github.thebesteric.framework.agile:limiter-plugin-parent:1.0.16.7")
libraryDependencies += "io.github.thebesteric.framework.agile" % "limiter-plugin-parent" % "1.0.16.7"
@Grapes(
@Grab(group='io.github.thebesteric.framework.agile', module='limiter-plugin-parent', version='1.0.16.7')
)
<dependency org="io.github.thebesteric.framework.agile" name="limiter-plugin-parent" rev="1.0.16.7" />
<parent> <groupId>io.github.thebesteric.framework.agile</groupId> <artifactId>agile-spring-boot-plugins</artifactId> <version>1.0.16.7</version> </parent>