Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fangyanpg |
ArtifactId | ArtifactIdspring-boot-ratelimiter |
Version | Version0.2.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/ -->
<dependency>
<groupId>com.github.fangyanpg</groupId>
<artifactId>spring-boot-ratelimiter</artifactId>
<version>0.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/
implementation 'com.github.fangyanpg:spring-boot-ratelimiter:0.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/
implementation ("com.github.fangyanpg:spring-boot-ratelimiter:0.2.0-RELEASE")
'com.github.fangyanpg:spring-boot-ratelimiter:jar:0.2.0-RELEASE'
<dependency org="com.github.fangyanpg" name="spring-boot-ratelimiter" rev="0.2.0-RELEASE">
<artifact name="spring-boot-ratelimiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangyanpg', module='spring-boot-ratelimiter', version='0.2.0-RELEASE')
)
libraryDependencies += "com.github.fangyanpg" % "spring-boot-ratelimiter" % "0.2.0-RELEASE"
[com.github.fangyanpg/spring-boot-ratelimiter "0.2.0-RELEASE"]