is not current version
Last Version 2.1.0

com.github.andy-a-coder:idempotent 2.0.1

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

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.andy-a-coder
ArtifactId

ArtifactId

idempotent
Version

Version

2.0.1
Type

Type

jar

Download idempotent 2.0.1


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