Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.github.chenjunlong |
ArtifactId | ArtifactIdjava-ratelimit-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
java-ratelimit-client-1.0.pom | |
java-ratelimit-client-1.0.jar | 27 KB |
java-ratelimit-client-1.0-sources.jar | 15 KB |
java-ratelimit-client-1.0-javadoc.jar | 135 KB |
Browse |
<!-- 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"]