| License |
License |
|---|---|
| GroupId | GroupIdcom.mafgwo.common.distributed-lock |
| ArtifactId | ArtifactIdcommon-distributed-lock-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionSpring Boot Support for Distributed Lock
|
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock-core/ -->
<dependency>
<groupId>com.mafgwo.common.distributed-lock</groupId>
<artifactId>common-distributed-lock-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock-core/
implementation 'com.mafgwo.common.distributed-lock:common-distributed-lock-core:1.0.0'
// https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock-core/
implementation ("com.mafgwo.common.distributed-lock:common-distributed-lock-core:1.0.0")
'com.mafgwo.common.distributed-lock:common-distributed-lock-core:jar:1.0.0'
<dependency org="com.mafgwo.common.distributed-lock" name="common-distributed-lock-core" rev="1.0.0">
<artifact name="common-distributed-lock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mafgwo.common.distributed-lock', module='common-distributed-lock-core', version='1.0.0')
)
libraryDependencies += "com.mafgwo.common.distributed-lock" % "common-distributed-lock-core" % "1.0.0"
[com.mafgwo.common.distributed-lock/common-distributed-lock-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.4.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.4.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.3.4.RELEASE |
| org.redisson : redisson | jar | 3.2.0 |
| org.projectlombok : lombok | jar | 1.16.14 |