is not current version
Last Version 0.0.10

com.github.houbb:rate-limit 0.0.4

rate-limit tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

rate-limit
Version

Version

0.0.4
Type

Type

pom

Download rate-limit 0.0.4

Filename Size
rate-limit-0.0.4.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.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit/
implementation 'com.github.houbb:rate-limit:0.0.4'
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit/
implementation ("com.github.houbb:rate-limit:0.0.4")
'com.github.houbb:rate-limit:pom:0.0.4'
<dependency org="com.github.houbb" name="rate-limit" rev="0.0.4">
  <artifact name="rate-limit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='rate-limit', version='0.0.4')
)
libraryDependencies += "com.github.houbb" % "rate-limit" % "0.0.4"
[com.github.houbb/rate-limit "0.0.4"]