License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.fency |
ArtifactId | ArtifactIdfency-spring-boot-sample-app |
Version | Version0.1.2 |
Type | Typejar |
Description |
DescriptionFency
Idempotency barrier for RabbitMQ consumers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.fency/fency-spring-boot-sample-app/ -->
<dependency>
<groupId>io.fency</groupId>
<artifactId>fency-spring-boot-sample-app</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.fency/fency-spring-boot-sample-app/
implementation 'io.fency:fency-spring-boot-sample-app:0.1.2'
// https://jarcasting.com/artifacts/io.fency/fency-spring-boot-sample-app/
implementation ("io.fency:fency-spring-boot-sample-app:0.1.2")
'io.fency:fency-spring-boot-sample-app:jar:0.1.2'
<dependency org="io.fency" name="fency-spring-boot-sample-app" rev="0.1.2">
<artifact name="fency-spring-boot-sample-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fency', module='fency-spring-boot-sample-app', version='0.1.2')
)
libraryDependencies += "io.fency" % "fency-spring-boot-sample-app" % "0.1.2"
[io.fency/fency-spring-boot-sample-app "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
io.fency : fency-spring-boot-starter-redis | jar | 0.1.2-SNAPSHOT |
org.springframework.boot : spring-boot-starter-amqp | jar | 2.1.4.RELEASE |