License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.genxiaogu |
ArtifactId | ArtifactIdrate-limiter-spring-boot-starter |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionrate-limiter-spring-boot-starter
rate-limiter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.genxiaogu/rate-limiter-spring-boot-starter/ -->
<dependency>
<groupId>com.genxiaogu</groupId>
<artifactId>rate-limiter-spring-boot-starter</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.genxiaogu/rate-limiter-spring-boot-starter/
implementation 'com.genxiaogu:rate-limiter-spring-boot-starter:2.0.1'
// https://jarcasting.com/artifacts/com.genxiaogu/rate-limiter-spring-boot-starter/
implementation ("com.genxiaogu:rate-limiter-spring-boot-starter:2.0.1")
'com.genxiaogu:rate-limiter-spring-boot-starter:jar:2.0.1'
<dependency org="com.genxiaogu" name="rate-limiter-spring-boot-starter" rev="2.0.1">
<artifact name="rate-limiter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genxiaogu', module='rate-limiter-spring-boot-starter', version='2.0.1')
)
libraryDependencies += "com.genxiaogu" % "rate-limiter-spring-boot-starter" % "2.0.1"
[com.genxiaogu/rate-limiter-spring-boot-starter "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-data-redis | jar |