idempotent

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

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки
Группа

Группа

com.github.andy-a-coder
Идентификатор

Идентификатор

idempotent
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Система контроля версий

Система контроля версий

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

Скачать idempotent

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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 Необязательный jar 1.3.1
com.alibaba : fastjson jar 1.2.62

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0