MVN

com.admin4j : admin4j-spring-boot-starter-lock

Maven & Gradle

Mar 14, 2023
9 stars

Spring Boot 分布式锁

<dependency>
    <groupId>com.admin4j</groupId>
    <artifactId>admin4j-spring-boot-starter-lock</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.admin4j : admin4j-spring-boot-starter-lock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.admin4j : admin4j-spring-boot-starter-lock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
admin4j-spring-boot-starter-lock-0.0.3
admin4j-spring-boot-starter-lock-0.0.2
admin4j-spring-boot-starter-lock-0.0.1

How to add a dependency to Maven

Add the following com.admin4j : admin4j-spring-boot-starter-lock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.admin4j</groupId>
    <artifactId>admin4j-spring-boot-starter-lock</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.admin4j : admin4j-spring-boot-starter-lock gradle dependency to your build.gradle file:

implementation 'com.admin4j:admin4j-spring-boot-starter-lock:0.0.3'

Gradle Kotlin DSL: Add the following com.admin4j : admin4j-spring-boot-starter-lock gradle kotlin dependency to your build.gradle.kts file:

implementation("com.admin4j:admin4j-spring-boot-starter-lock:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.admin4j : admin4j-spring-boot-starter-lock sbt scala dependency to your build.sbt file:

libraryDependencies += "com.admin4j" % "admin4j-spring-boot-starter-lock" % "0.0.3"

Advertisement