MVN

com.aeert : mlock

Maven & Gradle

Mar 09, 2023
0 stars

mlock · Annotation based distributed method lock at method level

<dependency>
    <groupId>com.aeert</groupId>
    <artifactId>mlock</artifactId>
    <version>2.8.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aeert : mlock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0.RELEASE

All Versions

Choose a version of com.aeert : mlock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
mlock-2.8.0.RELEASE
mlock-2.8.0
2.7.x
mlock-2.7.0
mlock-2.7.0.RELEASE
2.6.x
mlock-2.6.0.RELEASE
mlock-2.6.0
2.5.x
mlock-2.5.0
mlock-2.5.0.RELEASE
2.4.x
mlock-2.4.2
mlock-2.4.2.RELEASE
mlock-2.4.1.RELEASE
mlock-2.4.1
mlock-2.4.0
mlock-2.4.0.RELEASE
2.3.x
mlock-2.3.0.RELEASE
mlock-2.3.0
2.2.x
mlock-2.2.0
mlock-2.2.0.RELEASE
2.1.x
mlock-2.1.0.RELEASE
1.0.x
mlock-1.0.0.RELEASE

How to add a dependency to Maven

Add the following com.aeert : mlock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aeert</groupId>
    <artifactId>mlock</artifactId>
    <version>2.8.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aeert : mlock gradle dependency to your build.gradle file:

implementation 'com.aeert:mlock:2.8.0.RELEASE'

Gradle Kotlin DSL: Add the following com.aeert : mlock gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aeert:mlock:2.8.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aeert : mlock sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aeert" % "mlock" % "2.8.0.RELEASE"

Advertisement