MVN

top.tanmw : efficient-boot-idempotence-start

Maven & Gradle

Apr 10, 2023
0 stars

接口幂等性校验

<dependency>
    <groupId>top.tanmw</groupId>
    <artifactId>efficient-boot-idempotence-start</artifactId>
    <version>0.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.tanmw : efficient-boot-idempotence-start to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of top.tanmw : efficient-boot-idempotence-start to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
efficient-boot-idempotence-start-0.5.6
0.4.x
efficient-boot-idempotence-start-0.4.6
efficient-boot-idempotence-start-0.4.3
0.3.x
efficient-boot-idempotence-start-0.3.2

How to add a dependency to Maven

Add the following top.tanmw : efficient-boot-idempotence-start maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.tanmw</groupId>
    <artifactId>efficient-boot-idempotence-start</artifactId>
    <version>0.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.tanmw : efficient-boot-idempotence-start gradle dependency to your build.gradle file:

implementation 'top.tanmw:efficient-boot-idempotence-start:0.5.6'

Gradle Kotlin DSL: Add the following top.tanmw : efficient-boot-idempotence-start gradle kotlin dependency to your build.gradle.kts file:

implementation("top.tanmw:efficient-boot-idempotence-start:0.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.tanmw : efficient-boot-idempotence-start sbt scala dependency to your build.sbt file:

libraryDependencies += "top.tanmw" % "efficient-boot-idempotence-start" % "0.5.6"