is not current version
Last Version 1.1.2-RELEASE

com.github.wujiuye:qps-helper 1.1.1-RELEASE

通用的qps统计工具包,为项目中一些框架实现QPS限流提供支持,为项目中统计接口的QPS提供支持

GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

qps-helper
Version

Version

1.1.1-RELEASE
Type

Type

jar

Download qps-helper 1.1.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wujiuye/qps-helper/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>qps-helper</artifactId>
    <version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/qps-helper/
implementation 'com.github.wujiuye:qps-helper:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.wujiuye/qps-helper/
implementation ("com.github.wujiuye:qps-helper:1.1.1-RELEASE")
'com.github.wujiuye:qps-helper:jar:1.1.1-RELEASE'
<dependency org="com.github.wujiuye" name="qps-helper" rev="1.1.1-RELEASE">
  <artifact name="qps-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='qps-helper', version='1.1.1-RELEASE')
)
libraryDependencies += "com.github.wujiuye" % "qps-helper" % "1.1.1-RELEASE"
[com.github.wujiuye/qps-helper "1.1.1-RELEASE"]