MVN

net.dreamlu : mica-plus-lock

Maven & Gradle

Mar 24, 2020
1 usages
1.9k stars

mica · An enhanced toolkit of Spring cloud to simplify development.

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-plus-lock</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dreamlu : mica-plus-lock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of net.dreamlu : mica-plus-lock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mica-plus-lock-1.2.2
mica-plus-lock-1.2.1
mica-plus-lock-1.2.0
1.1.x
mica-plus-lock-1.1.9

How to add a dependency to Maven

Add the following net.dreamlu : mica-plus-lock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.dreamlu</groupId>
    <artifactId>mica-plus-lock</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.dreamlu : mica-plus-lock gradle dependency to your build.gradle file:

implementation 'net.dreamlu:mica-plus-lock:1.2.2'

Gradle Kotlin DSL: Add the following net.dreamlu : mica-plus-lock gradle kotlin dependency to your build.gradle.kts file:

implementation("net.dreamlu:mica-plus-lock:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.dreamlu : mica-plus-lock sbt scala dependency to your build.sbt file:

libraryDependencies += "net.dreamlu" % "mica-plus-lock" % "1.2.2"

Advertisement