Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.dexmatech.styx |
ArtifactId | ArtifactIdrate-limit |
Version | Version1.0.19 |
Type | Typejar |
Filename | Size |
---|---|
rate-limit-1.0.19.pom | |
rate-limit-1.0.19.jar | 10 KB |
rate-limit-1.0.19-sources.jar | 4 KB |
rate-limit-1.0.19-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dexmatech.styx/rate-limit/ -->
<dependency>
<groupId>com.dexmatech.styx</groupId>
<artifactId>rate-limit</artifactId>
<version>1.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.dexmatech.styx/rate-limit/
implementation 'com.dexmatech.styx:rate-limit:1.0.19'
// https://jarcasting.com/artifacts/com.dexmatech.styx/rate-limit/
implementation ("com.dexmatech.styx:rate-limit:1.0.19")
'com.dexmatech.styx:rate-limit:jar:1.0.19'
<dependency org="com.dexmatech.styx" name="rate-limit" rev="1.0.19">
<artifact name="rate-limit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dexmatech.styx', module='rate-limit', version='1.0.19')
)
libraryDependencies += "com.dexmatech.styx" % "rate-limit" % "1.0.19"
[com.dexmatech.styx/rate-limit "1.0.19"]