is not current version
Last Version 1.1

com.github.chenjunlong:java-ratelimit-client 1.0

Java API rate limiting component

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.github.chenjunlong
ArtifactId

ArtifactId

java-ratelimit-client
Version

Version

1.0
Type

Type

jar

Download java-ratelimit-client 1.0


<!-- https://jarcasting.com/artifacts/com.github.chenjunlong/java-ratelimit-client/ -->
<dependency>
    <groupId>com.github.chenjunlong</groupId>
    <artifactId>java-ratelimit-client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenjunlong/java-ratelimit-client/
implementation 'com.github.chenjunlong:java-ratelimit-client:1.0'
// https://jarcasting.com/artifacts/com.github.chenjunlong/java-ratelimit-client/
implementation ("com.github.chenjunlong:java-ratelimit-client:1.0")
'com.github.chenjunlong:java-ratelimit-client:jar:1.0'
<dependency org="com.github.chenjunlong" name="java-ratelimit-client" rev="1.0">
  <artifact name="java-ratelimit-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenjunlong', module='java-ratelimit-client', version='1.0')
)
libraryDependencies += "com.github.chenjunlong" % "java-ratelimit-client" % "1.0"
[com.github.chenjunlong/java-ratelimit-client "1.0"]