| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdrate-limit-springboot-starter |
| Last Version | Last Version0.0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrate-limit tool for java.
|
<!-- https://jarcasting.com/artifacts/com.github.houbb/rate-limit-springboot-starter/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>rate-limit-springboot-starter</artifactId>
<version>0.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit-springboot-starter/
implementation 'com.github.houbb:rate-limit-springboot-starter:0.0.10'
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit-springboot-starter/
implementation ("com.github.houbb:rate-limit-springboot-starter:0.0.10")
'com.github.houbb:rate-limit-springboot-starter:jar:0.0.10'
<dependency org="com.github.houbb" name="rate-limit-springboot-starter" rev="0.0.10">
<artifact name="rate-limit-springboot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='rate-limit-springboot-starter', version='0.0.10')
)
libraryDependencies += "com.github.houbb" % "rate-limit-springboot-starter" % "0.0.10"
[com.github.houbb/rate-limit-springboot-starter "0.0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : rate-limit-spring | jar | 0.0.10 |
| org.springframework.boot : spring-boot-starter | jar | 1.5.22.RELEASE |