License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdtk.fishfish |
ArtifactId | ArtifactIdratelimit-spring-boot-starter |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionratelimit-spring-boot-starter
ratelimit for spring boot
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/tk.fishfish/ratelimit-spring-boot-starter/ -->
<dependency>
<groupId>tk.fishfish</groupId>
<artifactId>ratelimit-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/tk.fishfish/ratelimit-spring-boot-starter/
implementation 'tk.fishfish:ratelimit-spring-boot-starter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/tk.fishfish/ratelimit-spring-boot-starter/
implementation ("tk.fishfish:ratelimit-spring-boot-starter:1.0.1.RELEASE")
'tk.fishfish:ratelimit-spring-boot-starter:jar:1.0.1.RELEASE'
<dependency org="tk.fishfish" name="ratelimit-spring-boot-starter" rev="1.0.1.RELEASE">
<artifact name="ratelimit-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.fishfish', module='ratelimit-spring-boot-starter', version='1.0.1.RELEASE')
)
libraryDependencies += "tk.fishfish" % "ratelimit-spring-boot-starter" % "1.0.1.RELEASE"
[tk.fishfish/ratelimit-spring-boot-starter "1.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.0.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.0.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.0.RELEASE |