jar

com.github.andy-a-coder : idempotent

Maven & Gradle

May 17, 2021
2 stars

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

Table Of Contents

Latest Version

Download com.github.andy-a-coder : idempotent JAR file - Latest Versions:

All Versions

Download com.github.andy-a-coder : idempotent JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window idempotent-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.andy.idempotent.annotation

├─ com.andy.idempotent.annotation.Idempotent.class - [JAR]

├─ com.andy.idempotent.annotation.IdempotentInterceptor.class - [JAR]

com.andy.idempotent.service

├─ com.andy.idempotent.service.IdempotentService.class - [JAR]

├─ com.andy.idempotent.service.IdempotentServiceImpl.class - [JAR]

com.andy.idempotent.mapper

├─ com.andy.idempotent.mapper.IdempotentRequestMapper.class - [JAR]

com.andy.idempotent.model

├─ com.andy.idempotent.model.IdempotentContext.class - [JAR]

├─ com.andy.idempotent.model.IdempotentRequest.class - [JAR]

com.andy.idempotent.config

├─ com.andy.idempotent.config.IdempotentConfiguration.class - [JAR]

com.andy.idempotent.mybatis

├─ com.andy.idempotent.mybatis.JsonTypeHandler.class - [JAR]

com.andy.idempotent.error

├─ com.andy.idempotent.error.CommonErrorEnum.class - [JAR]

├─ com.andy.idempotent.error.IdempotentException.class - [JAR]

Advertisement