License |
License |
---|---|
GroupId | GroupIdio.fency |
ArtifactId | ArtifactIdfency-core |
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-core-0.1.2.pom | |
fency-core-0.1.2.jar | 8 KB |
fency-core-0.1.2-sources.jar | 7 KB |
fency-core-0.1.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fency/fency-core/ -->
<dependency>
<groupId>io.fency</groupId>
<artifactId>fency-core</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.fency/fency-core/
implementation 'io.fency:fency-core:0.1.2'
// https://jarcasting.com/artifacts/io.fency/fency-core/
implementation ("io.fency:fency-core:0.1.2")
'io.fency:fency-core:jar:0.1.2'
<dependency org="io.fency" name="fency-core" rev="0.1.2">
<artifact name="fency-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fency', module='fency-core', version='0.1.2')
)
libraryDependencies += "io.fency" % "fency-core" % "0.1.2"
[io.fency/fency-core "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjweaver | jar | 1.9.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-amqp | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-starter-json | jar | 2.1.4.RELEASE |