License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdio.fency |
ArtifactId | ArtifactIdfency-redis |
Version | Version0.1.2 |
Type | Typejar |
Description |
DescriptionFency
Idempotency barrier for RabbitMQ consumers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fency-redis-0.1.2.pom | |
fency-redis-0.1.2.jar | 2 KB |
fency-redis-0.1.2-sources.jar | 1 KB |
fency-redis-0.1.2-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fency/fency-redis/ -->
<dependency>
<groupId>io.fency</groupId>
<artifactId>fency-redis</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.fency/fency-redis/
implementation 'io.fency:fency-redis:0.1.2'
// https://jarcasting.com/artifacts/io.fency/fency-redis/
implementation ("io.fency:fency-redis:0.1.2")
'io.fency:fency-redis:jar:0.1.2'
<dependency org="io.fency" name="fency-redis" rev="0.1.2">
<artifact name="fency-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fency', module='fency-redis', version='0.1.2')
)
libraryDependencies += "io.fency" % "fency-redis" % "0.1.2"
[io.fency/fency-redis "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.fency : fency-core | jar | 0.1.2 |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.4.RELEASE |