| License |
License |
|---|---|
| GroupId | GroupIdcom.mafgwo.common.distributed-lock |
| ArtifactId | ArtifactIdcommon-distributed-lock-starter |
| 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-starter/ -->
<dependency>
<groupId>com.mafgwo.common.distributed-lock</groupId>
<artifactId>common-distributed-lock-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock-starter/
implementation 'com.mafgwo.common.distributed-lock:common-distributed-lock-starter:1.0.0'
// https://jarcasting.com/artifacts/com.mafgwo.common.distributed-lock/common-distributed-lock-starter/
implementation ("com.mafgwo.common.distributed-lock:common-distributed-lock-starter:1.0.0")
'com.mafgwo.common.distributed-lock:common-distributed-lock-starter:jar:1.0.0'
<dependency org="com.mafgwo.common.distributed-lock" name="common-distributed-lock-starter" rev="1.0.0">
<artifact name="common-distributed-lock-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mafgwo.common.distributed-lock', module='common-distributed-lock-starter', version='1.0.0')
)
libraryDependencies += "com.mafgwo.common.distributed-lock" % "common-distributed-lock-starter" % "1.0.0"
[com.mafgwo.common.distributed-lock/common-distributed-lock-starter "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mafgwo.common.distributed-lock : common-distributed-lock-core | jar | 1.0.0 |