Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.github.ashwinbhaskar |
ArtifactId | ArtifactIdredis-rate-limit_2.13 |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.ashwinbhaskar/redis-rate-limit_2.13/ -->
<dependency>
<groupId>io.github.ashwinbhaskar</groupId>
<artifactId>redis-rate-limit_2.13</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ashwinbhaskar/redis-rate-limit_2.13/
implementation 'io.github.ashwinbhaskar:redis-rate-limit_2.13:2.0.0'
// https://jarcasting.com/artifacts/io.github.ashwinbhaskar/redis-rate-limit_2.13/
implementation ("io.github.ashwinbhaskar:redis-rate-limit_2.13:2.0.0")
'io.github.ashwinbhaskar:redis-rate-limit_2.13:jar:2.0.0'
<dependency org="io.github.ashwinbhaskar" name="redis-rate-limit_2.13" rev="2.0.0">
<artifact name="redis-rate-limit_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ashwinbhaskar', module='redis-rate-limit_2.13', version='2.0.0')
)
libraryDependencies += "io.github.ashwinbhaskar" % "redis-rate-limit_2.13" % "2.0.0"
[io.github.ashwinbhaskar/redis-rate-limit_2.13 "2.0.0"]