is not current version
Last Version 0.0.10

com.github.houbb:rate-limit 0.0.5

rate-limit tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

rate-limit
Version

Version

0.0.5
Type

Type

pom

Download rate-limit 0.0.5

Filename Size
rate-limit-0.0.5.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.houbb/rate-limit/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>rate-limit</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit/
implementation 'com.github.houbb:rate-limit:0.0.5'
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit/
implementation ("com.github.houbb:rate-limit:0.0.5")
'com.github.houbb:rate-limit:pom:0.0.5'
<dependency org="com.github.houbb" name="rate-limit" rev="0.0.5">
  <artifact name="rate-limit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='rate-limit', version='0.0.5')
)
libraryDependencies += "com.github.houbb" % "rate-limit" % "0.0.5"
[com.github.houbb/rate-limit "0.0.5"]