| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.github.andy-a-coder |
| ArtifactId | ArtifactIdidempotent |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionidempotent
A simple idempotent component that addresses the prevention of duplicate submissions, duplicate notifications, and duplicate transaction compensation.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| idempotent-2.1.0.pom | |
| idempotent-2.1.0.jar | 29 KB |
| idempotent-2.1.0-sources.jar | 15 KB |
| idempotent-2.1.0-javadoc.jar | 141 KB |
| Browse |
<!-- 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"]
| 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 |