oss-parent
用于发布org.minbox.framework相关开源框架到maven center的parent配置
License |
License |
---|---|
GroupId | GroupIdorg.minbox.framework |
ArtifactId | ArtifactIdminbox-ratelimiter |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRequest flow limit, support Redis Lua script, Google token bucket mode
|
<!-- https://jarcasting.com/artifacts/org.minbox.framework/minbox-ratelimiter/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>minbox-ratelimiter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/minbox-ratelimiter/
implementation 'org.minbox.framework:minbox-ratelimiter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/minbox-ratelimiter/
implementation ("org.minbox.framework:minbox-ratelimiter:1.0.0.RELEASE")
'org.minbox.framework:minbox-ratelimiter:jar:1.0.0.RELEASE'
<dependency org="org.minbox.framework" name="minbox-ratelimiter" rev="1.0.0.RELEASE">
<artifact name="minbox-ratelimiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='minbox-ratelimiter', version='1.0.0.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "minbox-ratelimiter" % "1.0.0.RELEASE"
[org.minbox.framework/minbox-ratelimiter "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core Optional | jar | 5.2.7.RELEASE |
org.springframework : spring-beans Optional | jar | 5.2.7.RELEASE |
org.springframework.boot : spring-boot-starter-aop Optional | jar | 2.3.1.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.12 |
com.alibaba.boot : nacos-config-spring-boot-starter Optional | jar | 0.2.7 |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | 2.3.1.RELEASE |
用于发布org.minbox.framework相关开源框架到maven center的parent配置