idempotent

A simple idempotent component that addresses the prevention of duplicate submissions, duplicate notifications, and duplicate transaction compensation.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.andy-a-coder
ArtifactId

ArtifactId

idempotent
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

idempotent
A simple idempotent component that addresses the prevention of duplicate submissions, duplicate notifications, and duplicate transaction compensation.
Project URL

Project URL

https://github.com/andy-a-coder/idempotent
Source Code Management

Source Code Management

https://github.com/andy-a-coder/idempotent

Download idempotent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/ -->
<dependency>
    <groupId>com.github.andy-a-coder</groupId>
    <artifactId>idempotent</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/
implementation 'com.github.andy-a-coder:idempotent:2.1.0'
// https://jarcasting.com/artifacts/com.github.andy-a-coder/idempotent/
implementation ("com.github.andy-a-coder:idempotent:2.1.0")
'com.github.andy-a-coder:idempotent:jar:2.1.0'
<dependency org="com.github.andy-a-coder" name="idempotent" rev="2.1.0">
  <artifact name="idempotent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andy-a-coder', module='idempotent', version='2.1.0')
)
libraryDependencies += "com.github.andy-a-coder" % "idempotent" % "2.1.0"
[com.github.andy-a-coder/idempotent "2.1.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.7
org.aspectj : aspectjweaver jar 1.8.14
org.projectlombok : lombok jar 1.16.22
org.springframework.integration : spring-integration-redis jar
org.mybatis.spring.boot : mybatis-spring-boot-starter Optional jar 1.3.1
com.alibaba : fastjson jar 1.2.62

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0