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