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