| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices ORM Data |
| GroupId | GroupIdcom.wudgaby.platform |
| ArtifactId | ArtifactIddistributed-lock-spring-boot-starter |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Description分布式锁
|
| Filename | Size |
|---|---|
| distributed-lock-spring-boot-starter-1.0.0.pom | |
| distributed-lock-spring-boot-starter-1.0.0.jar | 465 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wudgaby.platform/distributed-lock-spring-boot-starter/ -->
<dependency>
<groupId>com.wudgaby.platform</groupId>
<artifactId>distributed-lock-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wudgaby.platform/distributed-lock-spring-boot-starter/
implementation 'com.wudgaby.platform:distributed-lock-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.wudgaby.platform/distributed-lock-spring-boot-starter/
implementation ("com.wudgaby.platform:distributed-lock-spring-boot-starter:1.0.0")
'com.wudgaby.platform:distributed-lock-spring-boot-starter:jar:1.0.0'
<dependency org="com.wudgaby.platform" name="distributed-lock-spring-boot-starter" rev="1.0.0">
<artifact name="distributed-lock-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wudgaby.platform', module='distributed-lock-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.wudgaby.platform" % "distributed-lock-spring-boot-starter" % "1.0.0"
[com.wudgaby.platform/distributed-lock-spring-boot-starter "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.wudgaby.platform : distributed-lock-spring-boot-autoconfigure | jar | 1.0.0 |