i

idempotent

A simple idempotent component that addresses the prevention of duplicate submissions, duplicate notifications, and duplicate transaction compensation.
https://github.com/andy-a-coder/idempotent
Apache License, Version 2.0
andy
文件下载
文件名 操作
idempotent-2.1.0.jar 下载
idempotent-2.1.0.pom 下载
idempotent-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.andy-a-coder</groupId>
  <artifactId>idempotent</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.andy-a-coder:idempotent:2.1.0'
Gradle Kotlin
implementation("com.github.andy-a-coder:idempotent:2.1.0")
Scala SBT
libraryDependencies += "com.github.andy-a-coder" % "idempotent" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andy-a-coder', module='idempotent', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.andy-a-coder" name="idempotent" rev="2.1.0" />
Leiningen
[com.github.andy-a-coder/idempotent "2.1.0"]
Apache Buildr
'com.github.andy-a-coder:idempotent:jar:2.1.0'